feat(issues): add anti-troll templates and automated triage workflows - #7
Merged
Merged
Conversation
- Disable blank issues via config.yml to force template usage - Harden bug_report, feature_request, and game_profile templates with: * Mandatory pre-submission checklists * Required system information fields * Diagnostic output requirements * Clear rejection criteria for incomplete submissions - Add issue-triage.yml workflow for real-time validation: * Validates template usage and required fields * Labels incomplete issues (incomplete, needs-info) * Comments with specific missing requirements * Marks complete issues as triage-ready - Add stale-issues.yml workflow for automated cleanup: * Closes incomplete issues after 7 days * Marks general stale issues after 90 days, closes after 104 * Handles PRs separately (45 days stale, 52 days close) * Exempts pinned, security, and help-wanted issues - Created 8 new labels for workflow automation
Owner
Author
|
/oc please review this PR and approve if you find it ready to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Clear description of what this PR does.
Type of Change
Testing
bash tests/run-all-tests.shSystem Tested On
Screenshots/Logs
(If applicable)
Checklist
Related Issues
Closes #(issue number)