forked from community/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request community#38680 from community/natalierjackson-pat…
…ch-3 Adding Category Discussion Forms to Community
- Loading branch information
Showing
18 changed files
with
378 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Accessibility] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Actions and Packages] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [API and Webhooks] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
21 changes: 21 additions & 0 deletions
21
.github/DISCUSSION_TEMPLATE/code-search-and-navigation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Code Search and Navigation] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Code Security] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Codespaces] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Copilot] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Discussions] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Feed] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [general] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Issues] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [List] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Mobile] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Pages] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Profile] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Pull Request] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: "<title>" | ||
labels: [Repositories ] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Select Topic Area | ||
description: What would you like to discuss? | ||
options: | ||
- "Product Feedback" | ||
- "Question" | ||
- "Bug" | ||
- "Show & Tell" | ||
- "General" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Body | ||
description: Start your discussion! | ||
validations: | ||
required: true |
Oops, something went wrong.