ISSUE_TEMPLATE.md

This commit is contained in:
Rohit Tanwar
2018-01-09 03:51:35 +05:30
committed by GitHub
parent 49ab83984a
commit b8a4416d4a

25
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,25 @@
<!--- Provide a general summary of the issue in the Title above -->
<!--- Add the prefix [BUG] or [FEATURE] to the Title -->
<!--- In case it's a feature suggestion, otherwise delete this section -->
<!--- Make sure there isn't already a snippet accomplishing your goal -->
## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_
**Category:** <!-- One of the existing categories preferably -->
### Description <!-- IF NEEDED -->
<!-- More detailed description of the snippet you want to be included in 30-seconds-of-code -->
<!--- In case it's a bug, otherwise delete this section-->
<!--- Make sure there isn't already an open issue for your problem -->
## [BUG] _REPLACE THIS WITH A BRIEF SUMMARY OF YOUR ISSUE_
### Expected Snippet 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 Snippet 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 -->