Skip to content

Commit 637f634

Browse files
committedMay 23, 2018
workflow: add pull request template
1 parent abb1849 commit 637f634

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
 

Diff for: ‎.github/PULL_REQUEST_TEMPLATE.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- Please don't delete this template -->
2+
3+
<!-- PULL REQUEST TEMPLATE -->
4+
<!-- (Update "[ ]" to "[x]" to check a box) -->
5+
6+
**What kind of change does this PR introduce?** (check at least one)
7+
8+
- [ ] Bugfix
9+
- [ ] Feature
10+
- [ ] Code style update
11+
- [ ] Refactor
12+
- [ ] Docs
13+
- [ ] Build-related changes
14+
- [ ] Other, please describe:
15+
16+
If changing the UI of default theme, please provide the **before/after** screenshot:
17+
18+
**Does this PR introduce a breaking change?** (check one)
19+
20+
- [ ] Yes
21+
- [ ] No
22+
23+
If yes, please describe the impact and migration path for existing applications:
24+
25+
**The PR fulfills these requirements:**
26+
27+
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
28+
29+
If adding a **new feature**, the PR's description includes:
30+
31+
- [ ] A convincing reason for adding this feature
32+
- [ ] Related documents have been updated
33+
34+
To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it.
35+
36+
**Other information:**

0 commit comments

Comments
 (0)
Please sign in to comment.