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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ body:
13
13
id: before-reporting
14
14
attributes:
15
15
label: Before Reporting
16
-
description: Before reporting the bug, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions) to check if it may address your issue. And search for existing issues to avoid duplication.
16
+
description: Before reporting the bug, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions) to check if it may address your issue. And search for existing issues to avoid duplication. If you are reporting a bug from a beta build, please use the dedicated template for beta build.
17
17
options:
18
18
- label: I have checked FAQ, and there is no solution to my issue
19
19
required: true
@@ -32,9 +32,9 @@ body:
32
32
id: reproduce
33
33
attributes:
34
34
label: How to reproduce the bug.
35
-
description: If possible, please provide the steps to reproduce the bug.
35
+
description: If possible, please provide the steps to reproduce the bug and relevant settings in screenshots.
Thanks for taking the time to fill out this bug report!
12
+
- type: checkboxes
13
+
id: before-reporting
14
+
attributes:
15
+
label: Before Reporting
16
+
description: Before reporting the bug, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions) to check if it may address your issue. And search for existing issues to avoid duplication.
17
+
options:
18
+
- label: I have checked FAQ, and there is no solution to my issue
19
+
required: true
20
+
- label: I have searched the existing issues, and there is no existing issue for my issue
21
+
required: true
22
+
- type: textarea
23
+
id: what-happened
24
+
attributes:
25
+
label: What happened?
26
+
description: Also tell us, what did you expect to happen?
27
+
placeholder: Tell us what you see!
28
+
value: "A bug happened!"
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: reproduce
33
+
attributes:
34
+
label: How to reproduce the bug.
35
+
description: If possible, please provide the steps to reproduce the bug and relevant settings in screenshots.
36
+
placeholder: "1. *****\n2.*****"
37
+
value: "It just happened!"
38
+
- type: textarea
39
+
id: logs
40
+
attributes:
41
+
label: Relevant log output
42
+
description: If it's a crash, please provide the crash report. You can find it in the Console.app.
0 commit comments