Merge pull request #461 from misl6/issue-template
Update issue templates
This commit is contained in:
commit
4d7fcb1332
1 changed files with 51 additions and 0 deletions
51
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
51
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
The issue tracker is a tool to address bugs.
|
||||
Please use the Discord community or Stack Overflow for support questions,
|
||||
more information at https://github.com/kivy/kivy-ios#support
|
||||
|
||||
Before opening a new issue, make sure you do the following:
|
||||
* check that your issue isn't already filed: https://github.com/kivy/kivy-ios/issues
|
||||
* prepare a short, runnable example that reproduces the issue
|
||||
* reproduce the problem with the latest development version (`master`)
|
||||
* double-check that the issue is indeed a bug and not a support request
|
||||
* please use backticks to format code or logs
|
||||
-->
|
||||
|
||||
**Versions**
|
||||
|
||||
* Python :
|
||||
* MacOS version :
|
||||
* XCode Version :
|
||||
* Cython version :
|
||||
|
||||
**Describe the bug**
|
||||
// REPLACE ME: A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
// REPLACE ME: Add your `toolchain.py ....` command or a complete explaination of what you did so We can reproduce your error.
|
||||
|
||||
**Expected behavior**
|
||||
// REPLACE ME: A clear and concise description of what you expected to happen.
|
||||
|
||||
**Logs**
|
||||
```
|
||||
// REPLACE ME: Paste the build ouput containing the error
|
||||
```
|
||||
|
||||
**Screenshots**
|
||||
<!--
|
||||
ONLY for XCode related errors, use the LOGS section for toolchain.py related problems!
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
-->
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Add table
Reference in a new issue