Skip to content

Commit 84caaa7

Browse files
authored
Merge pull request Chalarangelo#215 from Pl4gue/patch-1
Issue template
2 parents ccc7d38 + 21c279a commit 84caaa7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
<!--- Add the prefix [BUG] or [FEATURE] to the Title -->
3+
4+
<!--- In case it's a feature suggestion, otherwise delete this section -->
5+
<!--- Make sure there isn't already a snippet accomplishing your goal -->
6+
## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_
7+
**Category:** <!-- One of the existing categories preferrably -->
8+
### Description <!-- IF NEEDED -->
9+
<!-- More detailed description of the snippet you want to be included in 30-seconds-of-code -->
10+
11+
12+
<!--- In case it's a bug, otherwise delete this section-->
13+
<!--- Make sure there isn't already an open issue for your problem -->
14+
## [BUG] _REPLACE THIS WITH A BRIEF SUMMARY OF YOUR ISSUE_
15+
### Expected Snippet Behavior
16+
<!--- If you're describing a bug, tell us what should happen -->
17+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
18+
19+
### Current Snippet Behavior
20+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
21+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
22+
23+
### Possible Solution
24+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
25+
<!--- or ideas how to implement the addition or change -->

0 commit comments

Comments
 (0)