@@ -6,8 +6,8 @@ The YOURLS project and organization have strict rules regarding AI usage.
66 the AI model you used along with the extent to which the work was AI-assisted.
77
88- ** The human-in-the-loop must fully understand all code.** If you can't explain
9- without AI what your changes do and how they interact with code, please do not
10- contribute to this project.
9+ without AI what your changes do and how they interact with existing code, please
10+ do not contribute to this project.
1111
1212- ** Any content generated with AI must have been reviewed _ and edited_
1313 by a human before submission.** AI is very good at being overly verbose and
@@ -18,17 +18,18 @@ The YOURLS project and organization have strict rules regarding AI usage.
1818 tool describe to us what you've found or changed; say it in your own words.
1919
2020- ** Pull Requests must be focused.** If you want to submit a pull request that fixes a
21- problem, enhances or introduce a new feature, make sure your code does just
21+ problem, enhances or introduces a new feature, make sure your patch does only
2222 that. Pull requests that change whitespace, reword comments, or contain multiple
2323 unrelated sets of changes will be rejected.
2424
2525- ** Pull Requests must originate from a real human need.** A valid pull request addresses
2626 a bug you actually encountered, or a feature you genuinely need. We do not
2727 accept pull requests where the origin is an AI agent that scanned the codebase and
28- decided something could be "improved" -- refactored, renamed, reworded, or
28+ decided something could be "improved" — refactored, renamed, reworded, or
2929 otherwise touched. If you cannot point to a concrete problem you faced as a user,
30- there is no pull request to submit. Exception: security-related findings from a code
31- scanner are welcome, provided the submission still follows all other rules above.
30+ there is no pull request to submit.\
31+ ** Exception:** Security-related findings from a code scanner are welcome,
32+ provided the submission still follows all other rules above.
3233
3334## There are Humans Here
3435
0 commit comments