File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 16
16
* ** What is the new behavior?**
17
17
<!-- if this is a feature change -->
18
18
19
- - ** Does this PR introduce a breaking change?**
19
+ - ** Does this PR introduce a breaking change, and is
20
+ [ titled accordingly] ( https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/#breaking ) ?**
20
21
<!-- What changes might users need to make in their workflow or application due to this PR? -->
21
22
22
23
* ** Other information** :
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ submitting a PR:
54
54
- PR titles indirectly become part of the CHANGELOG so it's crucial to provide a good record of ** what** change is being
55
55
made in the title; ** why** it was made will go in the PR description, along with a link to a GitHub issue if it
56
56
exists.
57
+ - <a id =" breaking " ></a >A breaking change is a change that forces users to make changes in their arduino-cli workflow or
58
+ client application. If the PR contains a breaking change, please start the commit message and PR title with the string
59
+ ** [ breaking] ** . Don't forget to describe what changes might users need to make in their workflow or application due to
60
+ this PR
57
61
- Write tests for the code you wrote.
58
62
- Open your PR against the ` master ` branch.
59
63
- Maintain ** clean commit history** and use ** meaningful commit messages** . PRs with messy commit history are difficult
You can’t perform that action at this time.
0 commit comments