Skip to content

Commit cce8f2d

Browse files
authored
Category Redesign - fixes (community#190591)
* Correcting templates for labels * Removing title from Welcome Template
1 parent 18aa3b5 commit cce8f2d

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/DISCUSSION_TEMPLATE/a-welcome-to-github.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
title: "👋 Hello from {Name/Handle}"
21
labels: ["A Welcome to GitHub", "source:ui"]
32
body:
43
- type: markdown

.github/DISCUSSION_TEMPLATE/accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
- Wiki
6161
- Other
6262
validations:
63-
required: false
63+
required: true
6464
- type: textarea
6565
attributes:
6666
label: Body

.github/DISCUSSION_TEMPLATE/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ body:
5050
- "Workflow Deployment"
5151
- "Workflow Configuration"
5252
- "Schedule & Cron Jobs"
53+
- "Other"
5354
validations:
54-
required: false
55+
required: true
5556
- type: textarea
5657
attributes:
5758
label: Discussion Details

.github/DISCUSSION_TEMPLATE/copilot-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
- Visual Studio
3434
- JetBrains & Xcode
3535
validations:
36-
required: false
36+
required: true
3737
- type: textarea
3838
attributes:
3939
label: Body

.github/DISCUSSION_TEMPLATE/github-learn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434

3535
- type: dropdown
3636
attributes:
37-
label: "📚 Topic Area"
37+
label: "💬 Feature/Topic Area"
3838
description: Which area best matches your post?
3939
options:
4040
- "Exam Preparation"
@@ -43,7 +43,7 @@ body:
4343
- "Certification Renewal"
4444
- "Vouchers"
4545
- "GitHub Skills"
46-
- "General"
46+
- "Other"
4747
validations:
4848
required: true
4949

.github/DISCUSSION_TEMPLATE/other-feature-feedback-questions-ideas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323

2424
- type: dropdown
2525
attributes:
26-
label: Topic area
26+
label: "💬 Feature/Topic Area"
2727
description: Which area best matches your post?
2828
options:
2929
- "Code Search and Navigation"

.github/DISCUSSION_TEMPLATE/projects-and-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
- Issues
3434
- Projects
3535
validations:
36-
required: false
36+
required: true
3737
- type: textarea
3838
attributes:
3939
label: Body

0 commit comments

Comments
 (0)