Initial ISSUE_TEMPLATE draft

This commit is contained in:
Wliu 2016-02-17 16:31:26 -05:00
parent 57f322a818
commit a252b9b570

24
ISSUE_TEMPLATE.md Normal file
View 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]