You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- ⚠️⚠️ 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