Add issue/PR templates and auto-label workflow#6
Merged
Conversation
…nitions Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add issue and pull request templates with auto labels
Add issue/PR templates and auto-label workflow
Feb 20, 2026
naheel0
approved these changes
Feb 20, 2026
jaseel0
approved these changes
Feb 20, 2026
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.
Adds structured GitHub issue templates, a PR template, and an automated labeling workflow to streamline contributions and triage.
Issue Templates (
.github/ISSUE_TEMPLATE/)bug_report.md— structured bug form; pre-labelsbugfeature_request.md— improvement request form; pre-labelsenhancementfirst_contribution.md— guided template for newcomers; pre-labelsfirst-contribution+good first issueconfig.yml— disables blank issues; redirects help-seekers to DiscussionsPR Template (
.github/PULL_REQUEST_TEMPLATE.md)Checklist enforcing: only
Contributors.mdmodified, correct name format, no other contributors' names altered.Auto-Label Workflow
labeler.yml— maps changed file paths to labels:Contributors.md→first-contribution*.md/docs/**→documentation.github/**→github-configworkflows/labeler.yml— runsactions/labeler@v5on PR open/sync/reopenlabels.yml— canonical label definitions (name, color, description) for the full label set✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.