Skip to content

Commit 0e51a3b

Browse files
authored
Create pull_request_template.md (#12)
Initial draft of PR template
1 parent ed4a99b commit 0e51a3b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Associated JIRA ticket number/Github issue number
2+
<!-- For example: "Closes #1234" or "Fixes SWDEV-123456" -->
3+
4+
## What type of PR is this? (check all applicable)
5+
6+
- [ ] Refactor
7+
- [ ] Feature
8+
- [ ] Bug Fix
9+
- [ ] Optimization
10+
- [ ] Documentation Update
11+
- [ ] Continuous Integration
12+
13+
## What were the changes?
14+
15+
<!-- Please give a short summary of the change. -->
16+
17+
## Why are these changes needed?
18+
19+
<!-- Please explain the motivation behind the change and why this solves the given problem. -->
20+
21+
## Updated CHANGELOG?
22+
23+
<!-- Needed for Release updates for a ROCm release. -->
24+
25+
- [ ] Yes
26+
- [ ] No, Does not apply to this PR.
27+
28+
## Added/Updated documentation?
29+
30+
- [ ] Yes
31+
- [ ] No, Does not apply to this PR.
32+
33+
## Additional Checks
34+
35+
- [ ] I have added tests relevant to the introduced functionality, and the unit tests are passing locally.
36+
- [ ] Any dependent changes have been merged.

0 commit comments

Comments
 (0)