Skip to content

Commit ab95046

Browse files
committed
Update issue forms
1 parent 2604a55 commit ab95046

File tree

6 files changed

+112
-56
lines changed

6 files changed

+112
-56
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
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/issues/65) 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.
36+
placeholder: "1. *****\n2.*****"
37+
value: "It just happens!"
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+
- type: input
57+
id: node-version
58+
attributes:
59+
label: Node version
60+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Request a feature
3+
title: "[Enhancement]: "
4+
labels: ["enhancement"]
5+
assignees:
6+
- intitni
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request!
12+
- type: checkboxes
13+
id: before-reporting
14+
attributes:
15+
label: Before Requesting
16+
description: Before requesting the feature, we suggestion that you first search for existing issues to avoid duplication.
17+
options:
18+
- label: I have searched the existing issues, and there is no existing issue for my feature request
19+
required: true
20+
- type: textarea
21+
id: what-feature
22+
attributes:
23+
label: What feature do you want?
24+
description: Please describe the feature you want.
25+
placeholder: Tell us what you want!
26+
value: "I want a feature!"
27+
validations:
28+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/help-wanted.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Help Wanted
2+
description: Ask for help from the developer and the community
3+
title: "[Help Wanted]: "
4+
labels: ["help wanted"]
5+
body:
6+
- type: checkboxes
7+
id: before-reporting
8+
attributes:
9+
label: Before Reporting
10+
description: Before asking for help, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/issues/65) to check if it may address your issue. And search for existing issues to avoid duplication.
11+
options:
12+
- label: I have checked FAQ, and there is no solution to my issue
13+
required: true
14+
- label: I have searched the existing issues, and there is no existing issue for my issue
15+
required: true
16+
- type: textarea
17+
id: what-help
18+
attributes:
19+
label: Describe your issue
20+
description: Please describe the help you want.
21+
placeholder: My issue is...
22+
value: "I want help!"
23+
validations:
24+
required: true

0 commit comments

Comments
 (0)