From 127f8250c84ff07e79a7e2970a0d71f99897adaf Mon Sep 17 00:00:00 2001 From: rsora Date: Thu, 2 Apr 2020 19:04:07 +0200 Subject: [PATCH 1/2] Add default PR template --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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 00000000000..3f6584a8d4c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +**Please check if the PR fulfills these requirements** +- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one +- [ ] The PR follows [our contributing guidelines](https://arduino.github.io/arduino-cli/CONTRIBUTING/#pull-requests) +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + + +* **What kind of change does this PR introduce?** + + + +* **What is the current behavior?** + + + +* **What is the new behavior?** + + + + +* **Does this PR introduce a breaking change?** + + + + +* **Other information**: + + + +--- +See [how to contribute](https://arduino.github.io/arduino-cli/CONTRIBUTING/) From 6fcb4740f23e71ccb1f60cc7a3bc8a9c3681a6d3 Mon Sep 17 00:00:00 2001 From: Roberto Sora Date: Thu, 2 Apr 2020 19:11:36 +0200 Subject: [PATCH 2/2] 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 3f6584a8d4c..062db943f17 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ **Please check if the PR fulfills these requirements** -- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one +- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [ ] The PR follows [our contributing guidelines](https://arduino.github.io/arduino-cli/CONTRIBUTING/#pull-requests) - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features)