Skip to content

Commit 947d04e

Browse files
projectgusdpgeorge
authored andcommitted
github: Add a Generative AI Usage declaration to the PR template.
Goes along with https://github.com/micropython/micropython/wiki/ContributorGuidelines#generative-ai-policy This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent ab86f75 commit 947d04e

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
others can review your Pull Request.
44
55
Before submitting, please read:
6-
https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md
76
https://github.com/micropython/micropython/wiki/ContributorGuidelines
87
98
Please check any CI failures that appear after your Pull Request is opened.
@@ -12,16 +11,15 @@
1211
### Summary
1312

1413
<!-- 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. -->
1716

1817
### Testing
1918

2019
<!-- Explain what testing you did, and on which boards/ports. If there are
2120
boards or ports that you couldn't test, please mention this here as well.
2221
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. -->
2523

2624
### Trade-offs and Alternatives
2725

@@ -31,3 +29,20 @@
3129
3230
Delete this heading if not relevant (i.e. small fixes) -->
3331

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

Comments
 (0)