diff --git a/CHANGES.md b/CHANGES.md index 6ea46b9..e6a425f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,8 @@ These significant changes are coming in light of the pyOpenSci review process. T - Added a [repostatus.org](https://www.repostatus.org/) badge to the readme file. - A badge listing supported python versions. +- Add Generative AI Policy. #231 + ## Version 0.5.1 *August 16th 2024* diff --git a/README.rst b/README.rst index fb01fb4..b77e38d 100644 --- a/README.rst +++ b/README.rst @@ -115,6 +115,13 @@ the `Astropy package template `_ which is licensed under the BSD 3-clause license. See the licenses folder for more information. +Generative AI Policy +-------------------- + +To maintain scientific rigor and reproducibility, no generative AI-produced code +is permitted within this repository. All code contributions must be manually authored +or closely supervised to ensure our standards. Generative AI can be used, however, for +documentation, issues, and PR descriptions (i.e ``git`` and GitHub workflow). Contributing ------------