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
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
8
- type: textarea
9
+
id: bug-description
10
10
attributes:
11
11
label: Bug description
12
12
description: Summarize the bug encountered concisely
13
13
validations:
14
14
required: true
15
15
- type: textarea
16
+
id: steps-to-reproduce
16
17
attributes:
17
18
label: Steps to reproduce
18
19
description: Describe the steps to reproduce the issue
19
20
validations:
20
21
required: true
21
22
- type: textarea
23
+
id: expected-behavior
22
24
attributes:
23
25
label: Expected behavior
24
26
description: Describe what you should see instead
25
27
- type: textarea
28
+
id: example-repository
26
29
attributes:
27
30
label: Example repository
28
31
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