diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2c0fcc3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +## Checklist for submitter + +- [ ] I am submitting a new CEP: [Put your title here](#link-to-markdown-preview-in-branch). + - [ ] I am using the CEP template by creating a copy `cep-0000.md` named `cep-????.md` in the root level. +- [ ] I am submitting modifications to CEP XX. +- [ ] Something else: (add your description here). + + +## Checklist for CEP approvals + +- [ ] The vote period has ended and the vote has passed the necessary quorum and approval thresholds. +- [ ] A new CEP number has been minted. Usually, this is `${greatest-number-in-main} + 1`. +- [ ] The `cep-????.md` file has been renamed accordingly. +- [ ] The `# CEP XX - ` header has been edited accordingly. +- [ ] The CEP status in the table has been changed to approved. +- [ ] The last modification date in the table has been updated accordingly. +- [ ] The `pre-commit` checks are passing. + + +