mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update bug_report.yml
Add required app version input (thanks for the suggestion @nissa-seru!)
This commit is contained in:
parent
2fbf276f00
commit
ffd0829757
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -2,6 +2,13 @@ name: Bug Report
|
|||
description: File a bug report
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Which version of the app are you using?
|
||||
description: Please specify the app version you're using (e.g. v3.3.1)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: provider
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue