diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..ff2bc6a39 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + +Closes # + +Related # + +## Before Approval + +- [ ] I've checked the other supported versions of Terminus and have ported my change there too (if applicable). +- [ ] I've added an entry to the CHANGELOG.md file and added a link to this PR. diff --git a/CHANGELOG.md b/CHANGELOG.md index d083b046d..e93f18a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This projec ## 3.0.5-dev - Fix bug where `site:delete` command always fails (#2324) +- Add GitHub Pull Request Template and move Issue Template (#2325) ## 3.0.4 - 2022-01-18