Skip to content

Commit 60c3c7a

Browse files
authored
Create PR Template (#162)
Created a PR template that will be automatically applied whenever a new PR is created.
1 parent da11c29 commit 60c3c7a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/pull_request_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# [CLICKUP TICKET LINK](https://app.clickup.com/t/r17re8)
2+
3+
## Summary
4+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
5+
6+
- Change 1
7+
- Change 2
8+
9+
## Type Of Change
10+
11+
Please delete options that are not relevant.
12+
13+
- Hotfix (needs to be merged into main branch ASAP)
14+
- Bug fix (non-breaking change which fixes an issue)
15+
- New feature (non-breaking change which adds functionality)
16+
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
17+
- This change requires a documentation update
18+
19+
## How Has This Been Tested?
20+
21+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
22+
23+
- [ ] Checked "/example" endpoint on postman
24+
- [ ] Change passes all integration tests
25+
26+
## Checklist:
27+
28+
- [ ] My code follows the style guidelines of this project
29+
- [ ] I have performed a self-review of my own code
30+
- [ ] I have commented my code, particularly in hard-to-understand areas
31+
- [ ] I have made corresponding changes to the documentation/READ-ME/UMLS (if applicable)
32+
- [ ] My changes generate no new warnings
33+
- [ ] I have added tests that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)