From a733303a48245c752d461c5f015d0c629bcfc312 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 10 Jul 2022 13:34:14 +0100 Subject: [PATCH] Adds a pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++++++++++++++++++++++ .github/pull_request_template.md | 0 2 files changed, 39 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete 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 0000000..c7f2a6a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ + + + +### Changes + + + +--- + +### Supporting Material + + + +--- + +### Affiliation + + + +--- + +### Checklist + +- [ ] I have read the [Contributing](/.github/CONTRIBUTING.md) guide, and confirmed my PR aligns with the requirements +- [ ] I have performed a self-review (valid markdown formatting, spelling and grammar) +- [ ] I have indicated whether I have any affiliation with any software/ services added +- [ ] I agree to follow the repositories [Contributor Covenant Code of Conduct](/.github/CODE_OF_CONDUCT.md) + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index e69de29..0000000