Skip to content

Commit c6a2c79

Browse files
authored
📦 NEW: github issue template (#1)
* 📦 NEW: github issue template * 🐛 FIX: validation * 👌 IMPROVE: lingo * 🐛 FIX: removed field screenshot
1 parent e64eec0 commit c6a2c79

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Bug report
2+
description: Report a bug for Command Code.
3+
labels: []
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Use this template to report bugs for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
9+
- type: textarea
10+
attributes:
11+
label: Expected Behavior
12+
description: Describe the expected behavior you were expecting.
13+
placeholder: Expected behavior...
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Actual Behavior
19+
description: Describe the actual behavior that occurred.
20+
placeholder: Actual behavior...
21+
validations:
22+
required: true
23+
- type: input
24+
id: version
25+
attributes:
26+
label: Command Code Version
27+
description: Run `cmd --version` to get the version.
28+
placeholder: 0.0.1
29+
validations:
30+
required: true
31+
- type: dropdown
32+
id: os
33+
attributes:
34+
label: Operating System
35+
options:
36+
- macOS
37+
- Linux
38+
- Windows
39+
validations:
40+
required: true
41+
- type: input
42+
id: terminal
43+
attributes:
44+
label: Terminal/IDE
45+
description: Which terminal or IDE are you using?
46+
placeholder: vscode
47+
- type: input
48+
id: shell
49+
attributes:
50+
label: Shell
51+
description: Which shell are you using?
52+
placeholder: zsh
53+
- type: textarea
54+
attributes:
55+
label: Additional context
56+
description: |
57+
Any additional information that might help us investigate. Include error logs, screenshots, or environment details.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Feature Request
2+
description: Propose a new feature for Command Code.
3+
labels: []
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Use this template to propose new features for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
9+
- type: textarea
10+
attributes:
11+
label: Feature Description
12+
description: Describe the feature you are proposing. Include any relevant commands, functionality, or improvements.
13+
placeholder: Feature description...
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Use Case
19+
description: Explain how this feature would be beneficial.
20+
placeholder: Use case...
21+
- type: textarea
22+
attributes:
23+
label: Additional Context
24+
description: Any additional information like screenshots and links that might help us understand your request.
25+
placeholder: Additional context...

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://commandcode.ai/discord
5+
about: Please ask your questions in our discord forum.

0 commit comments

Comments
 (0)