Skip to content

Commit ebcd8ad

Browse files
authored
Update bug report template (#4017)
1 parent 89c9844 commit ebcd8ad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
11
name: Bug Report
22
description: File a bug report
33
labels: "bug"
4-
issue_body: true
54
body:
65
- type: markdown
76
attributes:
87
value: Before raising an issue, please search for existing issues to avoid creating duplicates. For questions and support please use the [community forum](https://community.gitpod.io/).
98
- type: textarea
9+
id: bug-description
1010
attributes:
1111
label: Bug description
1212
description: Summarize the bug encountered concisely
1313
validations:
1414
required: true
1515
- type: textarea
16+
id: steps-to-reproduce
1617
attributes:
1718
label: Steps to reproduce
1819
description: Describe the steps to reproduce the issue
1920
validations:
2021
required: true
2122
- type: textarea
23+
id: expected-behavior
2224
attributes:
2325
label: Expected behavior
2426
description: Describe what you should see instead
2527
- type: textarea
28+
id: example-repository
2629
attributes:
2730
label: Example repository
2831
description: If possible, please create an [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug and link it here in the bug report
32+
- type: textarea
33+
id: anything-else
34+
attributes:
35+
label: Anything else?
36+
description: Let us know if you have any additional feedback!

0 commit comments

Comments
 (0)