From 9df4eaa8224951bd05c21c87bf65bad87f6eadee Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Mon, 2 Oct 2023 11:15:46 +1300 Subject: [PATCH] build: switch to motivation/modification wording for template (#2972) #### Motivation I find it easier to understand what type of comments to put in each section when I see Motivation/Modification. #### Modification Change the pull request template. #### Checklist *If not applicable, provide explanation of why.* - [ ] Tests updated - [ ] Docs updated - [ ] Issue linked in Title --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbc333aef..cfdd20677 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ -#### Description +#### Motivation *What does this change aim to achieve?* -#### Intention +#### Modification *Why is this change being made? What implications or other considerations are there?*