File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments