From a01d833d86abb93c3f712880437cda34f38cc86e Mon Sep 17 00:00:00 2001 From: Francesco Stasi Date: Tue, 15 Feb 2022 12:22:42 +0100 Subject: [PATCH 1/3] add PR template file --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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 000000000..437059c36 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +### Motivation + + +### Change description + + +### Other information + + +### Reviewer checklist + +* [ ] PR address a single concern. +* [ ] PR title and description are properly filled. +* [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-ide/pulls) before creating one) +* [ ] Docs have been added / updated (for bug fixes / features) \ No newline at end of file From 2e03d730ef775d9cd3a73cb592738a047da15e68 Mon Sep 17 00:00:00 2001 From: Francesco Stasi Date: Tue, 15 Feb 2022 18:03:27 +0100 Subject: [PATCH 2/3] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: per1234 --- .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 437059c36..01c3657f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ ### Reviewer checklist -* [ ] PR address a single concern. +* [ ] PR addresses a single concern. * [ ] PR title and description are properly filled. * [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-ide/pulls) before creating one) * [ ] Docs have been added / updated (for bug fixes / features) \ No newline at end of file From 69e11a867c4824d7eea8c5022db1c1aa6df443cb Mon Sep 17 00:00:00 2001 From: Francesco Stasi Date: Tue, 15 Feb 2022 18:03:34 +0100 Subject: [PATCH 3/3] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: per1234 --- .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 01c3657f5..43749222b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,6 @@ ### Reviewer checklist * [ ] PR addresses a single concern. -* [ ] PR title and description are properly filled. * [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-ide/pulls) before creating one) +* [ ] PR title and description are properly filled. * [ ] Docs have been added / updated (for bug fixes / features) \ No newline at end of file