Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

### AI Usage
<!--- Select the option that best describes AI usage in this PR (choose only one). --->
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
Expand Down
4 changes: 4 additions & 0 deletions COMMUNITY_RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down