File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1- ## What's new and why I made this pull request?
1+ ## Description
22
3- -
3+ <!-- Briefly describe the changes and the motivation behind them. -->
44
5- ## Pull request type
5+ ## Type of change
66
7- What kind of change does this PR introduce?
7+ - [ ] Bug fix
8+ - [ ] New feature
9+ - [ ] Refactoring (no functional changes)
10+ - [ ] Code style update
11+ - [ ] Build / CI related changes
12+ - [ ] Documentation update
13+ - [ ] Tests
14+ - [ ] Other
815
9- ```
10- [ ] Bugfix
11- [ ] Feature
12- [ ] Code style update (formatting, local variables)
13- [ ] Refactoring (no functional changes, no api changes)
14- [ ] Build related changes
15- [ ] CI related changes
16- [ ] Documentation content changes
17- [ ] Tests
18- [ ] Other
19- ```
16+ ## Related Issues
17+
18+ <!-- Closes #... -->
19+
20+ ## Checklist
21+
22+ - [ ] I have performed a self-review of my code
23+ - [ ] My changes generate no new warnings
24+ - [ ] I have added tests that prove my fix is effective or that my feature works
You can’t perform that action at this time.
0 commit comments