From 93a374d0c6143e717cacb445feb1a272224bd88b Mon Sep 17 00:00:00 2001 From: Francesco Stasi Date: Thu, 3 Mar 2022 14:54:05 +0100 Subject: [PATCH] add PR template file (#838) * add PR template file * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: per1234 * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: per1234 Co-authored-by: per1234 --- .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 00000000..43749222 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +### Motivation + + +### Change description + + +### Other information + + +### Reviewer checklist + +* [ ] PR addresses a single concern. +* [ ] 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