From c12ea2cdee852f338ce73f21feaeb58453114a8f Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Thu, 15 Aug 2024 18:00:06 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c4b6d9f15..ad581aa80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,17 @@ -#### Link to ticket - -Please add a link to the GitHub issue being addressed by this change. - #### Description Please include a short description of the suggested change and the reasoning behind the approach you have chosen. -#### Screenshot of the result - -If your change affects the user interface, you should include a screenshot of the result with the pull request. +#### Link to ticket -#### Checklist +Please add a link to the GitHub issue being addressed by this change. -- [ ] My code passes all test cases. -- [ ] My code passes our static analysis suite. -- [ ] My code passes our continuous integration process. +### Type -If your code does not pass the requirements on the checklist, you should add a comment explaining why this change -should be exempt from the list. +[] Fix +[] Feature +[] Cleanup -#### Additional comments or questions +#### Screenshot of the result -If you have any further comments or questions for the reviewer, please add them here. +If your change affects the user interface, you should include a screenshot of the result with the pull request.