Skip to content

Commit d541aa1

Browse files
gtsioliscsweichel
authored andcommitted
Add issue form for bug report template
1 parent 48dfd9f commit d541aa1

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
5-
---
6-
7-
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
8-
<!-- Please search existing issues to avoid creating duplicates. -->
9-
10-
### Describe the bug
11-
<!-- A clear and concise description of what the bug is -->
12-
13-
### Steps to reproduce
14-
<!-- Steps to reproduce the behavior -->
15-
16-
### Expected behavior
17-
<!-- A clear and concise description of what you expected to happen -->
18-
19-
### Additional information
20-
<!-- For instance, workspace IDs; URLs; relevant logs from terminals or the browser's devtool console -->
21-
22-
### Example repository
23-
<!-- For instance, the repository where the error occurred -->
1+
name: Bug Report
2+
description: File a bug report
3+
labels: "bug"
4+
issue_body: true
5+
body:
6+
- type: markdown
7+
attributes:
8+
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/).
9+
- type: textarea
10+
attributes:
11+
label: Bug description
12+
description: Summarize the bug encountered concisely
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Steps to reproduce
18+
description: Describe the steps to reproduce the issue
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Expected behavior
24+
description: Describe what you should see instead
25+
- type: textarea
26+
attributes:
27+
label: Example repository
28+
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

0 commit comments

Comments
 (0)