diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ff568a3f..b9749ffa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -7,6 +7,8 @@ body: value: > **THIS IS NOT THE PLACE TO ASK FOR SUPPORT!** Please use our [Support Center](https://app.lizardbyte.dev/support) for support issues. + Before creating an issue, please review our + [AI Community Rules](https://docs.lizardbyte.dev/latest/community/community_rules.html#ai-generated-content). - type: textarea id: description attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 76ca6f71..93ea511c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -50,6 +50,8 @@ ### AI Usage +See our [AI usage policy](https://docs.lizardbyte.dev/latest/developers/contributing.html#ai-usage). + - [ ] **None**: No AI tools were used in creating this PR - [ ] **Light**: AI provided minor assistance (formatting, simple suggestions) - [ ] **Moderate**: AI helped with code generation or debugging specific parts diff --git a/COMMUNITY_RULES.md b/COMMUNITY_RULES.md index 86d96e56..b084643d 100644 --- a/COMMUNITY_RULES.md +++ b/COMMUNITY_RULES.md @@ -33,3 +33,7 @@ 16. **No illegal content** - Don't post any illegal content. Breaking this rule will result in an instant ban! 17. **No phishing** - Don't post any phishing links. Breaking this rule will result in an instant ban! 18. **No scamming** - Don't post any scamming links. Breaking this rule will result in an instant ban! + +## AI Generated Content + +19. **No AI generated issues/posts** - Generating GitHub issues or posts using AI will result in your account being blocked. Describe the issue in your own words! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0605ccb5..e5942698 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,8 @@ contributions must meet our quality standards. - Code refactoring suggestions that you carefully review and understand #### Unacceptable AI Usage -- AI generation of PR description/summary, use our standard PR template +- AI generation of PR description/summary. Use our standard PR template. Describe the changes in your own words. +- AI generation of issues. Use our standard issue template. Describe the issue in your own words. - Submitting code you don't fully understand - Generating entire features or components without significant human oversight - Using AI to create code without properly testing it