diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 71a5d2d84..afdc8c11f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,19 +6,11 @@ Fixes #[issue_no] * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +* [ ] Does your submission pass tests? - - -### New Feature Submissions: - -1. [ ] Does your submission pass tests? -2. [ ] Have you lint your code locally prior to submission? - -### Changes to Core Features: +**Please describe the changes this PR makes and why it should be merged:** -* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? -* [ ] Have you written new tests for your core changes, as applicable? -* [ ] Have you successfully ran tests with your changes locally? Discord username (if different from GitHub): \ No newline at end of file