Skip to content

fix(issue-template): remove envoy references from bug report#3

Merged
castastrophe merged 1 commit into
mainfrom
fix/bug-report-genericize
Jun 29, 2026
Merged

fix(issue-template): remove envoy references from bug report#3
castastrophe merged 1 commit into
mainfrom
fix/bug-report-genericize

Conversation

@castastrophe

Copy link
Copy Markdown
Member

Summary

  • The org-wide ISSUE_TEMPLATE/bug_report.yml referenced envoy (an unrelated project) in three places. Because this template is the org baseline, every member repo without its own bug_report inherits these stale references on its issues page.
  • Three edits, all in ISSUE_TEMPLATE/bug_report.yml:
    • Header link: dropped the hardcoded castastrophe/envoy/issues URL. Issue forms can't expand ${{ github.repository }}, so a per-repo dynamic link isn't an option — neutral wording ("search existing issues for this project") avoids pointing users at the wrong repo.
    • Reproduction placeholder: envoy --force<command>.
    • Environment field: envoy versionAffected project version.
  • All other org templates (config.yml, documentation.yml, feature_request.yml) are unchanged.

Test plan

  • Visit any member repo without its own ISSUE_TEMPLATE/ and confirm the bug report form shows no envoy references.
  • Open the form in the .github repo itself and confirm the three updated fields render correctly.
  • Confirm feature_request.yml, documentation.yml, and config.yml still render unchanged.

🤖 Generated with Claude Code

The org-wide bug report template referenced envoy (an unrelated project)
in three places — a hardcoded link in the search-existing-issues header,
the steps-to-reproduce placeholder, and the environment "version" field.
Because this template is the org baseline, every member repo without its
own template inherits these stale references on its issues page.

- Drop the hardcoded envoy issues link; issue forms cannot template the
  current repo, so use neutral guidance instead.
- Replace `envoy --force` with a generic `<command>` placeholder.
- Rename "envoy version" to "Affected project version".

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 595efbc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@castastrophe castastrophe merged commit 6871917 into main Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant