Skip to content

Commit 75e0400

Browse files
authored
docs(scully): add pull request template
1 parent bdc7154 commit 75e0400

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## PR Checklist
2+
Please check if your PR fulfills the following requirements:
3+
4+
- [ ] The commit message follows our guidelines: https://github.com/scullyio/scully/blob/master/CONTRIBUTING.md#commit
5+
- [ ] Tests for the changes have been added (for bug fixes / features)
6+
- [ ] Docs have been added / updated (for bug fixes / features)
7+
8+
9+
## PR Type
10+
What kind of change does this PR introduce?
11+
12+
<!-- Please check the one that applies to this PR using "x". -->
13+
14+
- [ ] Bugfix
15+
- [ ] Feature
16+
- [ ] Code style update (formatting, local variables)
17+
- [ ] Refactoring (no functional changes, no api changes)
18+
- [ ] Other... Please describe:
19+
20+
21+
## What is the current behavior?
22+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
23+
24+
Issue Number: N/A
25+
26+
27+
## What is the new behavior?
28+
29+
30+
## Does this PR introduce a breaking change?
31+
32+
- [ ] Yes
33+
- [ ] No
34+
35+
36+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
37+
38+
39+
## Other information

0 commit comments

Comments
 (0)