diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3a05ba7..ac716b4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,3 @@ -By submitting a PR to this repository, you agree to the terms within the [Paycrest Code of Conduct](https://paycrest.notion.site/Contributor-Code-of-Conduct-1602482d45a2806bab75fd314b381f4c). Please see the [contributing guidelines](https://paycrest.notion.site/Contribution-Guide-1602482d45a2809a8930e6ad565c906a?pvs=4) for how to create and submit a high-quality PR for this repo. - ### Description > Describe the purpose of this PR along with any background information and the impacts of the proposed change. For the benefit of the community, please do not assume prior context. @@ -14,7 +12,7 @@ By submitting a PR to this repository, you agree to the terms within the [Paycre > - GitHub Issue/PR number addressed or fixed > - StackOverflow post > - Support forum thread -> - Related pull requests/issues from other repos +> - Related pull requests/issues from other repos e.g #407 > > If there are no references, simply delete this section. @@ -32,4 +30,7 @@ By submitting a PR to this repository, you agree to the terms within the [Paycre - [ ] I have added documentation for new/changed functionality in this PR - [ ] All active GitHub checks for tests, formatting, and security are passing -- [ ] The correct base branch is being used, if not `master` \ No newline at end of file +- [ ] The correct base branch is being used, if not `master` + + +By submitting a PR to this repository, you agree to the terms within the [Paycrest Code of Conduct](https://paycrest.notion.site/Contributor-Code-of-Conduct-1602482d45a2806bab75fd314b381f4c). Please see the [contributing guidelines](https://paycrest.notion.site/Contribution-Guide-1602482d45a2809a8930e6ad565c906a?pvs=4) for how to create and submit a high-quality PR for this repo.