Create ISSUE_TEMPLATE.md

This commit is contained in:
Michael Rawlings 2016-07-14 00:06:39 -07:00 committed by GitHub
parent fc625444f0
commit dfcea8450d

55
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,55 @@
<!----------------------------
| IF FEATURE REQUEST |
----------------------------->
## New Feature
### Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
### Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->
### Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
<!----------------------
| IF BUG REPORT |
---------------------->
## Bug Report
### Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug. How has this bug affected you? What were you trying to accomplish? -->
### Expected Behavior
<!--- Tell us what should happen -->
### Actual Behavior
<!--- Tell us what happens instead -->
### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
<details><summary>Additional Info</summary>
### Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. Chrome 39, node.js 5.4):
* Operating System and version (desktop or mobile):
* Link to your project:
### Steps to Reproduce
<!--- 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.
### Stack Trace
<!-- If an error is thrown, provide the stack trace here -->
</details>