diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0addc427 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ +### Description + + + +----- + +### Notes to the reviewers + + + +----- + +### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates + + + +#### 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