You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a link in GitHub that opens a specific issue template, you can use a URL with query parameters that pre-fill the issue form and specify the template to use. Here's how you can do it:
✅ Prerequisites
Make sure:
You have a .github/ISSUE_TEMPLATE/ folder in your repository.
Your issue templates are in YAML format (e.g., bug_report.yml, feature_request.yml).
Each template has a name and a title defined in its front matter.