Skip to content

Commit c690865

Browse files
authored
Merge pull request community#156954 from community/Akash1134-patch-1
Update and rename copilot.yml to copilot-conversations.yml
2 parents 0a6a1b0 + ac60b48 commit c690865

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

.github/DISCUSSION_TEMPLATE/copilot.yml renamed to .github/DISCUSSION_TEMPLATE/copilot-conversations.yml

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,42 @@
11
body:
2+
- type: markdown
3+
attributes:
4+
value: |
5+
#### Explore our [Copilot FAQs](https://github.com/orgs/community/discussions/144674) and [GitHub Docs](https://docs.github.com/en/copilot) for comprehensive guidance!
6+
- 💡 **Quick Tip:** For general development questions or detailed code issues, try [Chat with Copilot](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github) first, it might have the answer you need before posting here.
7+
- 🛠️ For bugs and feature requests related to VS Code in Copilot, please open an issue in our [VS Code](https://github.com/microsoft/vscode-copilot-release/issues).
8+
- 🔍 Are you a student/teacher looking to enable Copilot Pro? [Read our guide](https://gh.io/faq-nd-copilot)
29
- type: dropdown
310
attributes:
4-
label: 🌟 Welcome to the GitHub Copilot category.
11+
label: Select Topic Area
512
description: What would you like to discuss about GitHub Copilot? Choose your topic area.
613
options:
7-
- 🤔 Question
8-
- ☑️ Product Feedback
9-
- 🐞 Bug Report
10-
- 💬 General
14+
- Question
15+
- Product Feedback
16+
- Bug
17+
- General
1118
validations:
1219
required: true
13-
- type: markdown
20+
- type: dropdown
21+
id: feature-area
1422
attributes:
15-
value: |
16-
#### Explore our [Copilot FAQs](https://github.com/orgs/community/discussions/144674) and [GitHub Docs](https://docs.github.com/en/copilot) for comprehensive guidance!
17-
- 💡 **Quick Tip:** For general development questions or detailed code issues, try [Chat with Copilot](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github) first, it might have the answer you need before posting here.
18-
- 🛠️ For issues related to Visual Studio Code in Copilot, please open an issue in the [Visual Studio Code repo](https://github.com/microsoft/vscode-copilot-release/issues).
19-
- 🔍 Are you a student/teacher looking to enable Copilot Pro? [Read our guide](https://gh.io/faq-nd-copilot)
23+
label: Copilot Feature Area
24+
description: Which Copilot feature or product area is your discussion related to?
25+
options:
26+
- General
27+
- Copilot in GitHub
28+
- Copilot Workspace
29+
- Copilot Agent Mode
30+
- Copilot Enterprise
31+
- Account Related
32+
- VS Code
33+
- Visual Studio
34+
- JetBrains & Xcode
35+
validations:
36+
required: true
2037
- type: textarea
2138
attributes:
22-
label: 📝 Discussion Body
39+
label: Body
2340
description: Start your discussion!
2441
placeholder: >-
2542
Provide a detailed description of your discussion (e.g., What issue are you facing? What feedback do you have? What question do you need answered?)

0 commit comments

Comments
 (0)