forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates (electron#12848)
Move to prescribed templates for bugs and features
- Loading branch information
1 parent
428f10f
commit 82dd5fe
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve Electron | ||
|
||
--- | ||
|
||
* Electron Version: | ||
* Operating System (Platform and Version): | ||
* Last known working Electron version: | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual behavior** | ||
A clear and concise description of what actually happened. | ||
|
||
**To Reproduce** | ||
Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run. | ||
|
||
You can fork [electron-quick-start](https://github.com/electron/electron-quick-start) and include a link to the branch with your changes. | ||
|
||
If you provide a URL, please list the commands required to clone/setup/run your repo e.g. | ||
```sh | ||
$ git clone $YOUR_URL -b $BRANCH | ||
$ npm install | ||
$ npm start || electron . | ||
``` | ||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional Information** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for Electron | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |