Skip to content

Commit 92fdcb9

Browse files
authored
add guidelines for AI based contributions (#2199)
1 parent 9af8336 commit 92fdcb9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
6767
* Unclaimed copyright, by default, is assigned to the main copyright holders as specified in https://github.com/geopython/pygeoapi/blob/master/LICENSE.md
6868
* further notes can be found in the [documentation](https://docs.pygeoapi.io/en/latest/development.html#testing)
6969

70+
#### Artificial Intelligence (AI)
71+
72+
* pygeoapi encourages contributions driven by quality and understanding of the codebase. If and when AI is used, human supervision and oversight is strongly encouraged.
73+
* AI supported contributions are subject to the same contribution guidelines (license, copyright, coding standards, etc.) of the project.
74+
* Contributors are solely responsible for any and all contributions in which AI was utilized.
75+
* Contributions containing AI supported code, tests, documentation or any other component of pygeoapi shall be disclosed by the submitter (human).
76+
7077
### Version Control Branching
7178

7279
* Always __make a new branch__ for your work, no matter how small. This makes

0 commit comments

Comments
 (0)