Skip to content

Commit 7bef4f0

Browse files
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
1 parent 6adb807 commit 7bef4f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ body:
6565
3. What happened after each step
6666
6767
Think like you're writing a recipe. Without this, we can't reproduce the issue.
68-
validations:
69-
required: true
68+
validations:
69+
required: true
7070

7171
- type: textarea
7272
id: what-happened
@@ -77,8 +77,6 @@ body:
7777
7878
Example: "Expected code to run, but got an empty response and no error."
7979
placeholder: Expected ___, but got ___.
80-
validations:
81-
required: false
8280

8381
- type: textarea
8482
id: logs

0 commit comments

Comments
 (0)