File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +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 change their code, command-line invocations,
58
- build scripts or data files when upgrading from an older version of arduino-cli. If the PR contains a breaking change,
59
- please start the commit message and PR title with the string ** [ breaking ] ** . Don't forget to describe what changes
60
- might users need to make in their workflow or application due to this PR
57
+ - <a id =" breaking " ></a > If the PR contains a breaking change, please start the commit message and PR title with the
58
+ string ** [ breaking ] ** . Don't forget to describe what changes users might need to make in their workflow or application
59
+ due to this PR. A breaking change is a change that forces users to change their code, command-line invocations, build
60
+ scripts or data files when upgrading from an older version of Arduino CLI.
61
61
- Write tests for the code you wrote.
62
62
- Open your PR against the ` master ` branch.
63
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