Initial ISSUE_TEMPLATE draft
This commit is contained in:
parent
57f322a818
commit
a252b9b570
1 changed files with 24 additions and 0 deletions
24
ISSUE_TEMPLATE.md
Normal file
24
ISSUE_TEMPLATE.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
### Flow
|
||||
|
||||
* [ ] Bug
|
||||
* [ ] Did you create a code snippet that reliably reproduces the issue in an isolated environment?
|
||||
* [ ] Did you include what operating system you were on?
|
||||
* [ ] Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+repo%3Aatom%2Felectron) to see if it is already reported?
|
||||
* For more information on how to write a good bug report [look at the CONTRIBUTING guide](https://github.com/atom/electron/blob/master/CONTRIBUTING.md#submitting-issues).
|
||||
* [ ] Enhancement
|
||||
* [ ] Are you running the [latest version of Electron](https://github.com/atom/electron/releases)?
|
||||
* [ ] Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+repo%3Aatom%2Felectron) to see if it is already requested?
|
||||
|
||||
### Description
|
||||
|
||||
[Description of the bug or feature]
|
||||
|
||||
### Repro Steps
|
||||
|
||||
1. [First Step]
|
||||
2. [Second Step]
|
||||
3. [and so on...]
|
||||
|
||||
**Expected:** [What you expected to happen]
|
||||
|
||||
**Actual:** [What actually happened]
|
Loading…
Reference in a new issue