Skip to content

Commit 9598953

Browse files
authored
Merge pull request community#174358 from community/Akash1134-patch-1
Enhance mobile discussion template with guidance and options
2 parents de5c3e2 + 2bc5946 commit 9598953

1 file changed

Lines changed: 28 additions & 7 deletions

File tree

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,41 @@
1-
labels: [Mobile]
21
body:
2+
- type: markdown
3+
attributes:
4+
value: |
5+
#### Explore our [GitHub Mobile sign in & troubleshooting guide](https://github.com/orgs/community/discussions/68753) 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+
- 🛠️ **Stay Updated:** To ensure you’re always on the latest available version of GitHub Mobile, enable auto updates in the [Google Play Store](https://play.google.com/store/apps/details?id=com.github.android) or [App Store](https://apps.apple.com/app/github/id1477376905?ls=1)..
38
- type: dropdown
49
attributes:
510
label: Select Topic Area
6-
description: What would you like to discuss?
11+
description: What would you like to discuss about GitHub Mobile? Choose your topic area.
712
options:
8-
- "Question"
9-
- "Product Feedback"
10-
- "Bug"
11-
- "Show & Tell"
12-
- "General"
13+
- Question
14+
- Product Feedback
15+
- Bug
16+
- General
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: feature-area
21+
attributes:
22+
label: Feature Area
23+
description: Which GitHub Mobile feature or product area is your discussion related to?
24+
options:
25+
- General
26+
- Android
27+
- iOS
1328
validations:
1429
required: true
1530
- type: textarea
1631
attributes:
1732
label: Body
1833
description: Start your discussion!
34+
placeholder: >-
35+
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?). Please include logs wherever possible.
1936
validations:
2037
required: true
38+
- type: markdown
39+
attributes:
40+
value: |
41+
#### Don't forget to mark an [answer as "solved"](https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#marking-a-comment-as-an-answer) to help others with similar questions. ✅

0 commit comments

Comments
 (0)