From 4cdc9a6ac945dbae89e924e0c0b2148d4dbd568c Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 27 Jul 2021 12:08:20 +0200 Subject: [PATCH 1/2] Add our standard PR template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 00000000..cbc56118 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +### Motivation + + +### Change description + + +### Additional Notes + + +### Reviewer checklist + +* [ ] PR address a single concern. +* [ ] PR title and description are properly filled. +* [ ] Changes will be merged in `master`. +* [ ] Changes are covered by tests. +* [ ] Logging is meaningful in case of troubleshooting. +* [ ] History is clean, commit messages are meaningful (see `CONTRIBUTING.md`) and are well formatted. From 9f9b2866501c602de29ef84ff36f4fc4c54a3a39 Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 27 Jul 2021 12:11:35 +0200 Subject: [PATCH 2/2] Update main branch name --- .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 cbc56118..447942ee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ * [ ] PR address a single concern. * [ ] PR title and description are properly filled. -* [ ] Changes will be merged in `master`. +* [ ] Changes will be merged in `main`. * [ ] Changes are covered by tests. * [ ] Logging is meaningful in case of troubleshooting. * [ ] History is clean, commit messages are meaningful (see `CONTRIBUTING.md`) and are well formatted.