Skip to content

Commit a66d8c0

Browse files
ramonpetgrave64Ian Lewis
and
Ian Lewis
authored
feat: Create pull_request_template.md (#3268)
Adds a PR template as default PR description: Hopefully this can also remind us to to keep docs up-to-date, as well, like in #3263 --------- Signed-off-by: Ramon Petgrave <[email protected]> Signed-off-by: Ramon Petgrave <[email protected]> Co-authored-by: Ian Lewis <[email protected]>
1 parent 5f89252 commit a66d8c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Summary
2+
3+
...
4+
5+
## Testing Process
6+
7+
...
8+
9+
## Checklist
10+
11+
- [ ] Review the contributing [guidelines](./../CONTRIBUTING.md)
12+
- [ ] Add a reference to related issues in the PR description.
13+
- [ ] Update documentation if applicable.
14+
- [ ] Add unit tests if applicable.
15+
- [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable.

0 commit comments

Comments
 (0)