Skip to content

Commit 73c7262

Browse files
committed
Initial commit
0 parents  commit 73c7262

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 🐞 Bug Report
2+
description: Report a bug or unexpected behavior in the GitHub Copilot CLI.
3+
type: Bug
4+
labels:
5+
- bug
6+
- "needs triage"
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
<br />
12+
Thank you for taking the time to report a bug! Please answer each question below to the best of your ability; it is okay to leave questions blank if you have to.
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Describe the bug
17+
description: A clear and concise description of what the bug is.
18+
- type: input
19+
id: version
20+
attributes:
21+
label: Affected version
22+
description: The version of the `copilot` where you encountered the bug (if applicable).
23+
placeholder: |
24+
Paste output from `copilot --version`
25+
- type: textarea
26+
id: steps_to_reproduce
27+
attributes:
28+
label: Steps to reproduce the behavior
29+
description: A clear and concise list of steps to reproduce the behavior. Please include any commands you ran and their output.
30+
placeholder: |
31+
1. Type '...'
32+
2. View the output '...'
33+
3. See error
34+
- type: textarea
35+
id: expected_behavior
36+
attributes:
37+
label: Expected behavior
38+
description: A clear and concise description of what you expected to happen.
39+
- type: textarea
40+
id: additional_context
41+
attributes:
42+
label: Additional context
43+
description: Add any other context about the problem here.
44+
placeholder: |
45+
- Logs using `--log-level` and `--log-file` flags
46+
- Operating system (e.g., Windows, macOS, Linux)
47+
- CPU architecture (e.g., x86_64, ARM)
48+
- Terminal emulator (e.g., Terminal, iTerm2, Windows Terminal)
49+
- Shell (e.g., bash, zsh, fish)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: ⭐️ Feature Request
2+
description: Suggest a new feature or improvement for the GitHub Copilot CLI.
3+
type: Feature
4+
labels:
5+
- enhancement
6+
- "needs triage"
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
<br />
12+
Thank you for taking the time to suggest a feature! Please answer each question below to the best of your ability; it is okay to leave questions blank if you have to.
13+
- type: input
14+
id: title
15+
attributes:
16+
label: Describe the feature or problem you'd like to solve
17+
description: A clear and concise description of what the feature or porblem is.
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Proposed solution
22+
description: How will it benefit GitHub Copilot CLI and its users?
23+
- type: textarea
24+
id: examples
25+
attributes:
26+
label: Example prompts or workflows
27+
description: Share 3-5 example prompts or workflows it would enabled; just enough detail to show value.
28+
- type: textarea
29+
id: additional_context
30+
attributes:
31+
label: Additional context
32+
description: Add any other context about the feature request here.
33+
placeholder: |
34+
- Screenshots or mockups

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GitHub Copilot CLI
2+
3+
The power of GitHub Copilot, now in your terminal.
4+
5+
GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow.
6+

0 commit comments

Comments
 (0)