|
1 | | -**Please check if the PR fulfills these requirements** |
| 1 | +## Please check if the PR fulfills these requirements |
| 2 | + |
| 3 | +See [how to contribute](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/) |
2 | 4 |
|
3 | 5 | - [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) |
4 | 6 | before creating one) |
|
8 | 10 | - [ ] Docs have been added / updated (for bug fixes / features) |
9 | 11 | - [ ] `UPGRADING.md` has been updated with a migration guide (for breaking changes) |
10 | 12 |
|
11 | | -* **What kind of change does this PR introduce?** |
| 13 | +## What kind of change does this PR introduce? |
| 14 | + |
12 | 15 | <!-- Bug fix, feature, docs update, ... --> |
13 | 16 |
|
14 | | -- **What is the current behavior?** |
| 17 | +## What is the current behavior? |
| 18 | + |
15 | 19 | <!-- You can also link to an open issue here --> |
16 | 20 |
|
17 | | -* **What is the new behavior?** |
| 21 | +## What is the new behavior? |
| 22 | + |
18 | 23 | <!-- if this is a feature change --> |
19 | 24 |
|
20 | | -- **Does this PR introduce a breaking change, and is |
21 | | -[titled accordingly](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/#breaking)?** |
| 25 | +## Does this PR introduce a breaking change, and is [titled accordingly](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/#breaking)? |
| 26 | + |
22 | 27 | <!-- If this PR is merged, will any users need to change their code, command-line invocations, build scripts or data files |
23 | 28 | when upgrading from an older version of Arduino CLI? --> |
24 | 29 |
|
25 | | -* **Other information**: |
26 | | -<!-- Any additional information that could help the review process --> |
27 | | - |
28 | | ---- |
| 30 | +## Other information |
29 | 31 |
|
30 | | -See [how to contribute](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/) |
| 32 | +<!-- Any additional information that could help the review process --> |
0 commit comments