Skip to content

Commit c3d4dff

Browse files
committed
Update issue templates
1 parent 01a6f16 commit c3d4dff

File tree

2 files changed

+59
-7
lines changed

2 files changed

+59
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
id: before-reporting
1414
attributes:
1515
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.
1717
options:
1818
- label: I have checked FAQ, and there is no solution to my issue
1919
required: true
@@ -32,9 +32,9 @@ body:
3232
id: reproduce
3333
attributes:
3434
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.
3636
placeholder: "1. *****\n2.*****"
37-
value: "It just happens!"
37+
value: "It just happened!"
3838
- type: textarea
3939
id: logs
4040
attributes:
@@ -53,8 +53,4 @@ body:
5353
id: copilot-for-xcode-version
5454
attributes:
5555
label: Copilot for Xcode version
56-
- type: input
57-
id: node-version
58-
attributes:
59-
label: Node version
6056

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Bug Report (Beta)
2+
description: File a bug report
3+
title: "[Bug (Beta)]: "
4+
labels: ["bug", "beta"]
5+
assignees:
6+
- intitni
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
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.
43+
render: shell
44+
- type: input
45+
id: mac-version
46+
attributes:
47+
label: macOS version
48+
- type: input
49+
id: xcode-version
50+
attributes:
51+
label: Xcode version
52+
- type: input
53+
id: copilot-for-xcode-version
54+
attributes:
55+
label: Copilot for Xcode version
56+

0 commit comments

Comments
 (0)