Skip to content

Commit c2edf38

Browse files
docs: add PULL_REQUEST_TEMPLATE.md (CirclonGroup#841)
1 parent d521723 commit c2edf38

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.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/CirclonGroup/angular-tree-component/blob/master/CONTRIBUTING.md#commit-message-guidelines
5+
- [ ] Tests for the changes have been added (for bug fixes / features)
6+
7+
## PR Type
8+
What kind of change does this PR introduce?
9+
10+
<!-- Please check the one that applies to this PR using "x". -->
11+
12+
```
13+
[ ] Bugfix
14+
[ ] Feature
15+
[ ] Code style update (formatting, local variables)
16+
[ ] Refactoring (no functional changes, no api changes)
17+
[ ] Build related changes
18+
[ ] CI related changes
19+
[ ] Documentation content changes
20+
[ ] Other... Please describe:
21+
```
22+
23+
## What is the current behavior?
24+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
25+
26+
Closes #
27+
28+
## What is the new behavior?
29+
30+
## Does this PR introduce a breaking change?
31+
32+
```
33+
[ ] Yes
34+
[ ] No
35+
```
36+
37+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
38+
39+
## Other information

0 commit comments

Comments
 (0)