|
| 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