You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,18 @@ git checkout -b my_new_branch
26
26
27
27
Simple!
28
28
29
+
## AI assisted coding
30
+
31
+
Using AI assisted coding tools for auto complete, test generation, etc is allowed so long as a human is the overall primary author of a pull request.
32
+
33
+
Contributions from supervised AI assisted coding agents who build the majority (or all of) a change, such as [co pilot tasks](https://github.blog/changelog/2025-10-28-a-mission-control-to-assign-steer-and-track-copilot-coding-agent-tasks/), will be accepted only on the following basis:
34
+
35
+
1. A human can verifiably prove they have reviewed and checked that the contribution does what it says it does.
36
+
2. The human author provides evidence of the prompt given to the AI agent, and the logs of it producing the change. (For example - co pilot tasks produces a public log).
37
+
3. The human author explicitly calls out that an supervised AI agent created the change when they make a pull request.
38
+
4. The human author is prepared to own the change (just like any other change they make) and fix any issues that arise from it.
39
+
40
+
29
41
## Financial contributions
30
42
31
43
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/pokeapi).
0 commit comments