chore(repo): add standardized issue and PR templates - #4
Open
AgentSmid wants to merge 1 commit into
Open
Conversation
- introduce structured ISSUE_TEMPLATE set for bugs, features, and tasks - add improved PR template with testing, scope, and risk validation - align repository contribution workflow with QA and release standards
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 – ClipSelect
📋 Summary
This PR introduces a standardized and structured set of GitHub templates to improve contribution quality, review efficiency, and release consistency.
It establishes a solid foundation for issue tracking, pull request validation, and overall repository governance.
🔧 Type of Change
🧪 Related Issues
N/A
🎯 Scope & Impact
User-facing change?
Affected modules/features:
Repository structure (
.github/ISSUE_TEMPLATE/,PULL_REQUEST_TEMPLATE.md)Expected behavior change:
Improved developer experience, standardized contribution workflow, and stronger QA process.
Out of scope changes:
None
Risk level:
Potential blast radius:
Minimal — only affects repository contribution workflow.
Rollback plan:
Revert PR to restore previous templates or empty state.
✅ Testing Performed
Browsers tested:
N/AN/AN/AN/ASteps verified:
📸 Screenshots / Recordings (if applicable)
N/A
🧾 Documentation & Changelog
✅ Checklist
🎯 Notes for Reviewers
✅ Final Status
✔️ Ready for review and approval
✔️ No runtime impact
✔️ Clean and isolated change