mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Refactor bug report template to enforce required fields for reproduct… (#3454)
Refactor bug report template to enforce required fields for reproduction steps and outcome summary
This commit is contained in:
parent
6adb807d25
commit
7bef4f0fa6
1 changed files with 2 additions and 4 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -65,8 +65,8 @@ body:
|
|||
3. What happened after each step
|
||||
|
||||
Think like you're writing a recipe. Without this, we can't reproduce the issue.
|
||||
validations:
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
|
|
@ -77,8 +77,6 @@ body:
|
|||
|
||||
Example: "Expected code to run, but got an empty response and no error."
|
||||
placeholder: Expected ___, but got ___.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue