Skip to content

Fix issue template links#417

Merged
Producdevity merged 1 commit into
stagingfrom
fix-issue-template-links
Jun 2, 2026
Merged

Fix issue template links#417
Producdevity merged 1 commit into
stagingfrom
fix-issue-template-links

Conversation

@Producdevity
Copy link
Copy Markdown
Owner

@Producdevity Producdevity commented Jun 2, 2026

Description

Fixes GitHub issue links that were pointing at Markdown template filenames even though the repository now uses YAML issue forms. The support and emulator-request URLs now target the matching .yml templates, and the emulator selector reuses the shared env URL instead of duplicating the GitHub link.

Fixes #415

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor
  • Other (please describe):

How Has This Been Tested?

  • Local build
  • Lint
  • Typecheck
  • Unit tests
  • Manual testing

Checked with:

  • ./node_modules/.bin/eslint src/lib/env.ts src/app/listings/components/shared/selectors/EmulatorSelector.tsx
  • rg -n "issues/new\?template=.*\.md|template=question\.md|template=emulator_request\.md" src .github
  • git diff --check

I also tried ./node_modules/.bin/tsc --noEmit --pretty false; it currently stops on src/components/icons/systems/SegaSaturnIcon.tsx because the PNG asset import has no matching module declaration in this local setup.

Screenshots (if applicable)

Not applicable.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I have checked that all checks (lint, typecheck, test) pass

Notes for reviewers

This is limited to GitHub issue creation links. The regular issue picker config is unchanged.

Summary by CodeRabbit

  • Refactor
    • Updated GitHub support links to use improved template formats.
    • Improved external link configuration management for emulator requests and documentation pages.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
emuready Ready Ready Preview, Comment Jun 2, 2026 7:57pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 6f3383e3-0186-493a-97eb-8e5f0c0844ff

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-issue-template-links
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix-issue-template-links

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Producdevity Producdevity marked this pull request as ready for review June 2, 2026 20:46
@Producdevity Producdevity merged commit dc5391f into staging Jun 2, 2026
8 checks passed
@Producdevity Producdevity deleted the fix-issue-template-links branch June 2, 2026 23:25
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.

Yuzu

1 participant