@@ -14,6 +14,8 @@ Contributors can [make suggestions][issues] and provide changes via a [pull requ
1414
1515Feel free to discuss topics in the [ project wiki] [ wiki ] and create new discussions.
1616
17+ Note that you ** must** follow the rules for any [ use of AI] ( #use-of-ai ) .
18+
1719### Ground rules
1820
1921When contributing:
@@ -114,19 +116,26 @@ The pull requests have checks applied to them:
1141162 . Markdown lint that ensures the markdown is consistent and valid
1151173 . Spell checker; new words that are not recognized should be added to ` .wordlist.txt `
116118
119+ Note that you ** must** follow the rules for any [ use of AI] ( #use-of-ai ) in the pull request.
120+
117121### Use of AI
118122
119- The Developer Guide is a documentation project, and so the content must be accurate, informative and concise.
123+ The Developer Guide is a documentation project and so the content must be accurate, informative and concise.
120124
121125Generative AI can produce content that is general and verbose;
122126avoid using it for any issues, pull requests, comments and discussions.
127+
123128If it is genuinely helpful to use generative AI then it ** must** be declared in any pull request or issue,
124129failure to do so can result in the contribution being closed or even deleted.
125130
126131There is no need to use agentic AI to create issues or pull requests;
127132templates for all issues and pull requests ** must** be used.
128133Failure to use the templates can result in the issue / pull request being closed or even deleted.
129134
135+ Be mindful that the leaders and maintainers of the Developer Guide are volunteers with their own day jobs;
136+ we do this on our own time for the benefit of the open source community and OWASP in particular.
137+ AI slop drains maintainers' time and is actively harmful to this project.
138+
130139### Running web document locally
131140
132141Test the web document locally before creating / updating a pull request.
0 commit comments