File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ## :loudspeaker : Type of change
2+ <!-- - Put an `x` in the boxes that apply, remove checkboxes from remaining -->
3+
4+ - [ ] Bugfix
5+ - [ ] New feature
6+ - [ ] Enhancement
7+ - [ ] Refactoring
8+
9+ ## :scroll : Description
10+ <!-- - Describe your changes in detail -->
11+
12+ ## :bulb : Motivation and Context
13+ <!-- - Why is this change required? What problem does it solve? -->
14+ <!-- - If it fixes an open issue, please link to the issue here. -->
15+
16+ ## :green_heart : How did you test it?
17+ <!-- - Describe how the changes were tested -->
18+
19+ ## :pencil : Checklist
20+ <!-- - Put an `x` in the boxes that apply, remove checkboxes from remaining -->
21+
22+ - [ ] I reviewed submitted code
23+ - [ ] I added tests to verify changes
24+ - [ ] All tests passing
25+ - [ ] All linters passing
26+ - [ ] There are no code climate issues
27+
28+ ## :crystal_ball : Next steps
29+ <!-- - Describe any changes that need to be made after merging this PR -->
30+ <!-- - Describe any changes that you would like to make after merging this PR -->
31+
32+ ## :camera_flash : Screenshots / GIFs
33+ <!-- - Mandatory for UI changes -->
34+ <!-- Uncomment the next line and replace it with links to your screenshots. -->
35+ <!--
36+ <img src="https://placekitten.com/260/260" width="260"> 
37+ <img src="https://placekitten.com/300/300" width="260"> 
38+ →
You can’t perform that action at this time.
0 commit comments