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
description: "File an issue related to Amazon Q Developer CLI"
3
+
4
+
title: "bug: "
5
+
labels: ["NEED_TO_LABEL"]
6
+
7
+
body:
8
+
- type: checkboxes
9
+
id: "checks"
10
+
attributes:
11
+
label: "Checks"
12
+
options:
13
+
- label: "I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue"
14
+
required: true
15
+
- label: "I have run `q doctor` in the affected terminal session"
16
+
required: true
17
+
- label: "I have run `q restart` and replicated the issue again"
18
+
required: true
19
+
20
+
- type: input
21
+
id: "os"
22
+
attributes:
23
+
label: "Operating system"
24
+
validations:
25
+
required: true
26
+
27
+
- type: textarea
28
+
id: "expected"
29
+
attributes:
30
+
label: "Expected behaviour"
31
+
description: "What did you expect to happen?"
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: "actual"
37
+
attributes:
38
+
label: "Actual behaviour"
39
+
description: "What actually happened? Please provide a screenshot or video if possible."
40
+
validations:
41
+
required: true
42
+
43
+
- type: textarea
44
+
id: "reproduce"
45
+
attributes:
46
+
label: "Steps to reproduce"
47
+
description: "Are you able to reproduce this issue? If so, how?"
48
+
49
+
- type: textarea
50
+
id: "environment"
51
+
attributes:
52
+
label: "Environment"
53
+
description: "If possible, run `q diagnostic` and paste the output below."
0 commit comments