diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..062db943f17 --- /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/)