From 78b68ce1980c0ef2c568cb5fda71d57f2b4f331e Mon Sep 17 00:00:00 2001 From: Alexander <42068202+ale8k@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:39:50 +0000 Subject: [PATCH] Updates the PR template. (#1494) * The old PR template was annoying. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6b0a79cdc..03f41061d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,8 @@ ## Description - -The what and why - include a summary of the change, describe what it does, and include relevant motivation and context. - -Fixes _JIRA/GitHub issue number_ + ## Engineering checklist -*Check only items that apply* + - [ ] Documentation updated - [ ] Covered by unit tests @@ -13,6 +10,3 @@ Fixes _JIRA/GitHub issue number_ ## Test instructions - -## Notes for code reviewers - \ No newline at end of file