From 6c75e5468178dde841c6301d3bab6f091cca06e9 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 19 Sep 2022 10:11:36 -0400 Subject: [PATCH 1/3] Add initial pull request template This is intended to add some structure to pull request descriptions, and encourage peer review of changelog entries before merging a PR. --- .github/pull_request_template.md | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000000..68e1f58a774a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,56 @@ + + + + +Fixes # + +## Target Release + + + +- [ ] 1.4.x +- [ ] 1.3.x + +## Draft CHANGELOG entry + + + +- [ ] NEW FEATURES +- [ ] UPGRADE NOTES +- [ ] ENHANCEMENTS +- [ ] BUG FIXES +- [ ] EXPERIMENTS + + + +- From 99fcb747e994844bff020180d2a54018ebfbd3a6 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 19 Sep 2022 11:40:35 -0400 Subject: [PATCH 2/3] Revise markup to avoid unwanted checklist UI --- .github/pull_request_template.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 68e1f58a774a..dc72beadb858 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,31 +17,27 @@ Fixes # -- [ ] 1.4.x -- [ ] 1.3.x +1.4.x ## Draft CHANGELOG entry -- [ ] NEW FEATURES -- [ ] UPGRADE NOTES -- [ ] ENHANCEMENTS -- [ ] BUG FIXES -- [ ] EXPERIMENTS +### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS