-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1638 from DevinWalker/add/issue-template.md
New ISSUE_TEMPLATE.md file #1637. Props @swissspidy @ntwb @DevinWalker
- Loading branch information
Showing
1 changed file
with
39 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,39 @@ | ||
<!-- | ||
BEFORE POSTING YOUR ISSUE: | ||
- These comments won't show up when you submit the issue. | ||
- Try to add as much detail as possible. Be specific! | ||
- If you're requesting a new feature, explain why you'd like it to be added. | ||
- Search this repository for the issue and whether it has been fixed or reported already. | ||
- Ensure you are using the latest code before logging bugs. | ||
- Disabled all plugins to ensure it's not a plugin conflict issue. | ||
--> | ||
|
||
## Issue Overview | ||
<!-- This is a brief overview of the issue. ---> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!-- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!-- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Expected Behavior | ||
<!-- If you're describing a bug, tell us what should happen --> | ||
<!-- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!-- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!-- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
## Possible Solution | ||
<!-- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!-- or ideas how to implement the addition or change --> | ||
|
||
## Related Issues and/or PRs | ||
<!-- List related issues or PRs against other branches: --> | ||
|
||
## Todos | ||
- [ ] Tests | ||
- [ ] Documentation |