Skip to content

Update issue template#211

Merged
wallstop merged 9 commits intomainfrom
dev/wallstop/various-bug-fixes
Feb 26, 2026
Merged

Update issue template#211
wallstop merged 9 commits intomainfrom
dev/wallstop/various-bug-fixes

Conversation

@wallstop
Copy link
Copy Markdown
Owner

@wallstop wallstop commented Feb 25, 2026

Description

Updates the issue template to be more dynamic. Fixes some various bugs:

  • Adds more Unity versions
  • Auto syncs Unity Helpers package versions
  • Adds more intricate fields
  • Fixes discussion link

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (code change that neither fixes a bug nor adds a feature)

Checklist

  • I have added tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG
  • My changes do not introduce breaking changes, or breaking changes are documented

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub issue templates to be more dynamic and adds automation to keep version dropdowns in sync with repository releases/package version, plus some related repo tooling updates.

Changes:

  • Added a PowerShell sync script and pre-commit hook to auto-update issue template “Package Version” dropdowns from package.json, CHANGELOG.md, git tags, and release tags.
  • Expanded/adjusted issue forms (bug/feature/docs) with additional fields (severity, regression, Unity version dropdowns) and fixed the Discussions contact link.
  • Added a GitHub Actions workflow to sync templates on main changes/releases; updated sync-banner-version.ps1 to also sync .llm/context.md.

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
scripts/sync-issue-template-versions.ps1.meta Adds Unity .meta for the new sync script.
scripts/sync-issue-template-versions.ps1 New script to collect/sort versions and rewrite template dropdown blocks between sentinels.
scripts/sync-banner-version.ps1 Extends existing version sync to also update .llm/context.md.
.pre-commit-config.yaml Adds a new always-run hook to keep issue template versions synced on commit.
.llm/context.md Updates recorded package version to 3.2.0.
.gitignore Ignores BACKUP_PLAN.md*.
.github/workflows/sync-issue-template.yml New workflow to sync template versions on push/release and commit changes back to main.
.github/ISSUE_TEMPLATE/feature_request.yml Adds Unity version dropdown + auto-updated package version dropdown.
.github/ISSUE_TEMPLATE/documentation.yml Adds a dedicated documentation issue form.
.github/ISSUE_TEMPLATE/config.yml Fixes Discussions link URL.
.github/ISSUE_TEMPLATE/bug_report.yml.bak Adds a backup copy of the bug report form (likely unintended).
.github/ISSUE_TEMPLATE/bug_report.yml Adds severity/regression fields; switches package version to auto-updated dropdown; expands Unity versions.
.devcontainer/devcontainer.json Adds/organizes extensions and editor settings for the devcontainer environment.

Comment thread .github/ISSUE_TEMPLATE/bug_report.yml.bak Outdated
Comment thread .github/ISSUE_TEMPLATE/documentation.yml
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 20 out of 21 changed files in this pull request and generated 6 comments.

Comment thread scripts/sync-issue-template-versions.ps1 Outdated
Comment thread scripts/sync-issue-template-versions.ps1 Outdated
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml Outdated
Comment thread .github/ISSUE_TEMPLATE/feature_request.yml Outdated
Comment thread .github/workflows/sync-issue-template.yml
Comment thread .githooks/pre-commit Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 27 out of 28 changed files in this pull request and generated 1 comment.

Comment thread .githooks/pre-push Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 36 out of 37 changed files in this pull request and generated no new comments.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 39 out of 40 changed files in this pull request and generated no new comments.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 41 out of 42 changed files in this pull request and generated 2 comments.

Comment thread .llm/skills/formatting-and-linting.md Outdated
Comment thread .devcontainer/devcontainer.json
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 45 out of 46 changed files in this pull request and generated 8 comments.

Comment thread scripts/tests/test-final-newline.sh
Comment thread scripts/sync-banner-version.ps1
Comment thread scripts/validate-devcontainer-config.ps1 Outdated
Comment thread .githooks/pre-commit
Comment thread .githooks/pre-commit Outdated
Comment thread scripts/validate-formatting.sh
Comment thread scripts/validate-formatting.sh
Comment thread scripts/tests/test-final-newline.sh
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 49 out of 50 changed files in this pull request and generated no new comments.

@wallstop wallstop merged commit 88437ad into main Feb 26, 2026
21 checks passed
@wallstop wallstop deleted the dev/wallstop/various-bug-fixes branch February 26, 2026 05:47
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.

2 participants