|
3 | 3 | others can review your Pull Request. |
4 | 4 |
|
5 | 5 | Before submitting, please read: |
6 | | - https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md |
7 | 6 | https://github.com/micropython/micropython/wiki/ContributorGuidelines |
8 | 7 |
|
9 | 8 | Please check any CI failures that appear after your Pull Request is opened. |
|
12 | 11 | ### Summary |
13 | 12 |
|
14 | 13 | <!-- Explain the reason for making this change. What problem does the pull request |
15 | | - solve, or what improvement does it add? Add links if relevant. --> |
16 | | - |
| 14 | + solve, or what improvement does it add? Add links if relevant, |
| 15 | + especially links to open issues. --> |
17 | 16 |
|
18 | 17 | ### Testing |
19 | 18 |
|
20 | 19 | <!-- Explain what testing you did, and on which boards/ports. If there are |
21 | 20 | boards or ports that you couldn't test, please mention this here as well. |
22 | 21 |
|
23 | | - If you leave this empty then your Pull Request may be closed. --> |
24 | | - |
| 22 | + If you leave this section empty then your Pull Request may be closed. --> |
25 | 23 |
|
26 | 24 | ### Trade-offs and Alternatives |
27 | 25 |
|
|
31 | 29 |
|
32 | 30 | Delete this heading if not relevant (i.e. small fixes) --> |
33 | 31 |
|
| 32 | + |
| 33 | +### Generative AI |
| 34 | + |
| 35 | +<!-- Please delete the answer below which doesn't apply, or write your own |
| 36 | + answer with more details. --> |
| 37 | + |
| 38 | +I did not use generative AI tools when creating this PR. |
| 39 | + |
| 40 | +I used generative AI tools when creating this PR, but a human has checked the |
| 41 | +code and is responsible for the code and the description above. |
| 42 | + |
| 43 | +<!-- We require everyone to answer this question. If you delete this section or |
| 44 | + ignore it then your PR may be closed. |
| 45 | +
|
| 46 | + For more information, consult the MicroPython Generative AI Policy: |
| 47 | + https://github.com/micropython/micropython/wiki/ContributorGuidelines#generative-ai-policy |
| 48 | + --> |
0 commit comments