Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/DISCUSSION_TEMPLATE/a-welcome-to-github.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
title: "👋 Hello from {Name/Handle}"
labels: ["A Welcome to GitHub", "source:ui"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body:
- Wiki
- Other
validations:
required: false
required: true
- type: textarea
attributes:
label: Body
Expand Down
3 changes: 2 additions & 1 deletion .github/DISCUSSION_TEMPLATE/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ body:
- "Workflow Deployment"
- "Workflow Configuration"
- "Schedule & Cron Jobs"
- "Other"
validations:
required: false
required: true
- type: textarea
attributes:
label: Discussion Details
Expand Down
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/copilot-conversations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
- Visual Studio
- JetBrains & Xcode
validations:
required: false
required: true
- type: textarea
attributes:
label: Body
Expand Down
4 changes: 2 additions & 2 deletions .github/DISCUSSION_TEMPLATE/github-learn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:

- type: dropdown
attributes:
label: "📚 Topic Area"
label: "💬 Feature/Topic Area"
description: Which area best matches your post?
options:
- "Exam Preparation"
Expand All @@ -43,7 +43,7 @@ body:
- "Certification Renewal"
- "Vouchers"
- "GitHub Skills"
- "General"
- "Other"
validations:
required: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:

- type: dropdown
attributes:
label: Topic area
label: "💬 Feature/Topic Area"
description: Which area best matches your post?
options:
- "Code Search and Navigation"
Expand Down
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/projects-and-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
- Issues
- Projects
validations:
required: false
required: true
- type: textarea
attributes:
label: Body
Expand Down
Loading