Skip to content

Commit ff0f67e

Browse files
authored
Update CONTRIBUTING.md
1 parent 2c80dee commit ff0f67e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎CONTRIBUTING.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The Hugo community and maintainers are [very active](https://github.com/gohugoio
1919
* [Reporting Issues](#reporting-issues)
2020
* [Submitting Patches](#submitting-patches)
2121
* [Code Contribution Guidelines](#code-contribution-guidelines)
22+
* [AI Assistance Notice](#ai-assistance-notice)
2223
* [Git Commit Message Guidelines](#git-commit-message-guidelines)
2324
* [Fetching the Sources From GitHub](#fetching-the-sources-from-github)
2425
* [Building Hugo with Your Changes](#building-hugo-with-your-changes)
@@ -79,6 +80,16 @@ To make the contribution process as seamless as possible, we ask for the followi
7980
* Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Windows, Linux and macOS) will fail the build if `mage check` fails.
8081
* Follow the **Git Commit Message Guidelines** below.
8182

83+
## AI Assistance Notice
84+
85+
If a substantial part of your contribution is autogenerated with AI, **this must be disclosed in the pull request**, along with the extent to which AI assistance was used.
86+
87+
An example disclosure:
88+
89+
> This PR was written primarily by Claude Code.
90+
91+
When using AI assistance, we expect contributors to understand the code that is produced and be able to answer critical questions about it.
92+
8293
### Git Commit Message Guidelines
8394

8495
This [blog article](https://cbea.ms/git-commit/) is a good resource for learning how to write good commit messages,

0 commit comments

Comments
 (0)