Skip to content

Commit f9696a0

Browse files
Roberto Soraper1234
Roberto Sora
andauthored
Add default PR template (#640)
* Add default PR template * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: per1234 <[email protected]> Co-authored-by: per1234 <[email protected]>
1 parent 322bc6a commit f9696a0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
**Please check if the PR fulfills these requirements**
2+
- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one)
3+
- [ ] The PR follows [our contributing guidelines](https://arduino.github.io/arduino-cli/CONTRIBUTING/#pull-requests)
4+
- [ ] Tests for the changes have been added (for bug fixes / features)
5+
- [ ] Docs have been added / updated (for bug fixes / features)
6+
7+
8+
* **What kind of change does this PR introduce?**
9+
<!-- Bug fix, feature, docs update, ... -->
10+
11+
12+
* **What is the current behavior?**
13+
<!-- You can also link to an open issue here -->
14+
15+
16+
* **What is the new behavior?**
17+
<!-- if this is a feature change -->
18+
19+
20+
21+
* **Does this PR introduce a breaking change?**
22+
<!-- What changes might users need to make in their workflow or application due to this PR? -->
23+
24+
25+
26+
* **Other information**:
27+
<!-- Any additional information that could help the review process -->
28+
29+
30+
---
31+
See [how to contribute](https://arduino.github.io/arduino-cli/CONTRIBUTING/)

0 commit comments

Comments
 (0)