Selaa lähdekoodia

docs: pull request template

thesimplekid 3 kuukautta sitten
vanhempi
säilyke
4e7f55e5b0
1 muutettua tiedostoa jossa 31 lisäystä ja 0 poistoa
  1. 31 0
      .github/pull_request_template.md

+ 31 - 0
.github/pull_request_template.md

@@ -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