Skip to content

Add issue/PR templates and auto-label workflow#6

Merged
jaseel0 merged 2 commits intomainfrom
copilot/add-issue-and-pr-templates
Feb 20, 2026
Merged

Add issue/PR templates and auto-label workflow#6
jaseel0 merged 2 commits intomainfrom
copilot/add-issue-and-pr-templates

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

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-labels bug
  • feature_request.md — improvement request form; pre-labels enhancement
  • first_contribution.md — guided template for newcomers; pre-labels first-contribution + good first issue
  • config.yml — disables blank issues; redirects help-seekers to Discussions

PR Template (.github/PULL_REQUEST_TEMPLATE.md)

Checklist enforcing: only Contributors.md modified, correct name format, no other contributors' names altered.

Auto-Label Workflow

  • labeler.yml — maps changed file paths to labels:
    • Contributors.mdfirst-contribution
    • *.md / docs/**documentation
    • .github/**github-config
  • workflows/labeler.yml — runs actions/labeler@v5 on PR open/sync/reopen
  • labels.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.

…nitions

Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com>
@naheel0 naheel0 self-requested a review February 20, 2026 08:54
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
Copilot AI requested a review from jaseel0 February 20, 2026 08:54
@naheel0 naheel0 marked this pull request as ready for review February 20, 2026 09:01
@jaseel0 jaseel0 merged commit d557fa8 into main Feb 20, 2026
1 of 3 checks passed
@jaseel0 jaseel0 deleted the copilot/add-issue-and-pr-templates branch February 20, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants