From 4e7f55e5b08c4d97cd87b0252dfa727d1ba6f233 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 15 Nov 2024 20:03:44 +0000 Subject: [PATCH] docs: pull request template --- .github/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/pull_request_template.md 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