From fd82d9cd1e15918c421f97518b66874d88692cc0 Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 22 Aug 2019 14:30:00 +0100 Subject: [PATCH 1/2] PR Template: Update Release section to be required --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ced1ecf24..8dd6c93f1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,11 @@ > Only one developer and one designer are required to review these changes, but anyone can perform the review. ### Release -***(Optional)*** Add a concise statement to `RELEASE-NOTE-txt` if the changes should be included in release notes. Include details about updating the notes in this section. For example: +***(Required)*** Add a concise statement to RELEASE-NOTES.txt if the changes should be included in release notes. Include details about updating the notes in this section. For example: > `RELEASE-NOTES.txt` was updated in d3adb3ef with: > > > Added markdown support + +If the changes should not be included in release notes, add a statement to this section. For example: + +> These changes do not require release notes. From 34c775c20485c801919aa9c4a5d120609339ab80 Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 22 Aug 2019 14:44:45 +0100 Subject: [PATCH 2/2] Update backticks on in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8dd6c93f1..d8ede5dec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ > Only one developer and one designer are required to review these changes, but anyone can perform the review. ### Release -***(Required)*** Add a concise statement to RELEASE-NOTES.txt if the changes should be included in release notes. Include details about updating the notes in this section. For example: +***(Required)*** Add a concise statement to `RELEASE-NOTES.txt` if the changes should be included in release notes. Include details about updating the notes in this section. For example: > `RELEASE-NOTES.txt` was updated in d3adb3ef with: > > > Added markdown support