docs: pull request template

This commit is contained in:
thesimplekid
2024-11-15 20:03:44 +00:00
parent 23eadbe35b
commit 4e7f55e5b0

31
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,31 @@
### Description
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
-----
### Notes to the reviewers
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts
of the PR were done in a specific way -->
-----
### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates
<!-- Please do not edit the actual changelog but note what you changed here. -->
#### CHANGED
#### ADDED
#### REMOVED
#### FIXED
----
### Checklist
* [ ] I followed the [code style guidelines](https://github.com/cashubtc/cdk/blob/main/CODE_STYLE.md)
* [ ] I ran `just final-check` before committing