Skip to content

Commit c153656

Browse files
committed
Add PR template
1 parent 563e92b commit c153656

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.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)