Skip to content

Commit

Permalink
chore: update the issue template to ask for Start or Router (#2242)
Browse files Browse the repository at this point in the history
* chore: issue template to ask for start or router

* make the selection required

* update the label and description
  • Loading branch information
SeanCassiere authored Sep 1, 2024
1 parent 16ca2ac commit bbc5148
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ body:
- `router` Discussions tab: https://github.com/tanstack/router/discussions
The more information you fill in, the better the community can help you.
- type: dropdown
id: project
attributes:
label: Which project does this relate to?
description: If you are unsure, please leave this as "Router".
options:
- Router
- Start
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit bbc5148

Please sign in to comment.