Skip to content

Commit 35a569c

Browse files
committed
feat: pr template
1 parent ef198d1 commit 35a569c

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# What type of PR is this? (check all applicable)
2+
3+
- [ ] Refactor
4+
- [ ] Feature
5+
- [ ] Bug Fix
6+
- [ ] Optimization
7+
- [ ] Documentation Update
8+
9+
## What
10+
11+
Describe what you have changed and why.
12+
13+
## Testing
14+
15+
Have any new tests been added as part of this issue? If not, try to explain why test coverage is not needed here.
16+
17+
- [ ] Yes
18+
- [ ] No
19+
Please write a brief description of why test coverage is not necessary here.
20+
- [ ] Not as part of this ticket. (Could be done at a later point)
21+
22+
## Documentation
23+
24+
Has any new documentation been written as part of this issue? We should try to keep documentation up to date
25+
as new code is added, rather than leaving it for the future.
26+
27+
- [ ] Yes
28+
- [ ] No
29+
Please write a brief description of why documentation is not necessary here.
30+
- [ ] Not as part of this ticket. (Could be done at a later point)
31+
32+
## Related issues
33+
34+
Provide links to any related issues.
35+
36+
## How to review
37+
38+
Describe the steps required to test the changes.

0 commit comments

Comments
 (0)