mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Initial ISSUE_TEMPLATE draft
This commit is contained in:
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]
|
||||
Reference in New Issue
Block a user