From 9229957d4f8c65f0d22f151c96fe186b625c10cc Mon Sep 17 00:00:00 2001 From: jmeridth Date: Fri, 13 Oct 2023 10:34:26 -0500 Subject: [PATCH] fix: pr template comment location move comment under checklist so users don't need to copy/paste their first git commit message under the comment Signed-off-by: jmeridth --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 827a3ce..875e11b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,11 @@ + +Checklist: + +* [ ] I have updated the necessary documentation +* [ ] I have updated the changelog, if necessary (CHANGELOG.md) +* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal) +* [ ] My build is green + - -Checklist: - -* [ ] I have updated the necessary documentation -* [ ] I have updated the changelog, if necessary (CHANGELOG.md) -* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal) -* [ ] My build is green