From dd39d8b8c1335fed653e64d4b19aed43f4a8b32b Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:02:07 -0400 Subject: [PATCH] Simplifies issue and PR templates. --- .github/ISSUE_TEMPLATE | 9 +++------ .github/PULL_REQUEST_TEMPLATE | 21 ++++++--------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 0fc59e4..b1c257b 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,4 +1,4 @@ - + ## Steps to reproduce @@ -12,9 +12,6 @@ -## Checklist +## Final checks -I confirm that I have: - -- [ ] Checked to see if there are any existing issue that cover this topic. -- [ ] Linked to any relevant issues across all [entropyxyz](https://github.com/entropyxyz/) repos. +- [ ] I have checked to see if there are any existing issues that cover this topic, and linked any other relevant issues. diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 46d574d..1e63b6b 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,24 +1,15 @@ - +## Link issues -## Description - - - - - - - + ### Content updates -## Documentation updates +## Meta updates - + -## Checklist: +## Final checks -- [ ] I have read and followed the `CONTRIBUTING.md` guidelines. -- [ ] I have run these changes through a grammar and spell checker. -- [ ] I have updated the documentation (`README.md`, `CONTRIBUTING.md` etc.) to reflect these changes. +- [ ] I have read and followed the `CONTRIBUTING.md` guidelines, and updated the documentation (`README.md`, `CONTRIBUTING.md` etc.) to reflect these changes.