Skip to content

Commit 20361f2

Browse files
committed
Add issue templates
1 parent de7d4b4 commit 20361f2

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
✖ USAGE QUESTIONS → Use these dedicated resources:
2+
Docs - http://www.semantic-ui.com
3+
Chat - https://gitter.im/Semantic-Org/Semantic-UI
4+
SO - https://stackoverflow.com/questions/tagged/semantic-ui?sort=votes
5+
6+
7+
✔ BUGS → This form is required:
8+
✔ Enhancements → Only specific enhancements with detailed descriptions.
9+
10+
### Issue Titles
11+
Use the format: [Component] Component Should Do X
12+
13+
For example: [Checkbox] onChange Should Fire when update triggered via DOM
14+
15+
### Steps
16+
17+
### Expected Result
18+
19+
### Actual Result
20+
21+
### Version
22+
x.y.z
23+
24+
### Testcase
25+
[Fork, update, and replace to show the bug]:
26+
https://jsfiddle.net/ca0rovs3/

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
✖ Multiple features in one PR
2+
✖ New Components Unless Previously Discussed with Maintainers (Consider creating separate repo, I'll link out to you)
3+
4+
✔ Add comments to complex/confusing code in "code" view of PR
5+
✔ BUGS → This form is required:
6+
✔ Enhancements → Only specific enhancements with detailed descriptions.
7+
8+
### Issue Titles
9+
10+
Use the format: [Component] Adds Support for Thing
11+
12+
For example: [Build Tools] Adds Source Map Support
13+
Or: [Button] Fixes Inheritance for Red Basic Active State
14+
15+
### Closed Issues
16+
#222 #333 #444
17+
18+
### Description
19+
20+
### Testcase
21+
22+
[Show before with this fiddle]
23+
https://jsfiddle.net/ca0rovs3/
24+
25+
[Consider showing "fixed" case with your fiddle]()
26+
27+
You can link to your JS using https://rawgit.com/
28+

0 commit comments

Comments
 (0)