Skip to content

Commit 8b65123

Browse files
committed
[feature/CM-980]: Added pull request template.
1 parent 45f50ba commit 8b65123

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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">&emsp;
37+
<img src="https://placekitten.com/300/300" width="260">&emsp;
38+

0 commit comments

Comments
 (0)