From 45d78a8a7ed111853670cbb81cef98314c06651d Mon Sep 17 00:00:00 2001 From: Natalie Rodriguez-Jackson <98657639+natalierjackson@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:33:59 -0500 Subject: [PATCH 1/3] Create general.yml --- .github/DISCUSSION_TEMPLATE/general.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/DISCUSSION_TEMPLATE/general.yml diff --git a/.github/DISCUSSION_TEMPLATE/general.yml b/.github/DISCUSSION_TEMPLATE/general.yml new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/general.yml @@ -0,0 +1 @@ + From 8e95c8eb6b597bdf9edd84f7f37d66196d6f8df4 Mon Sep 17 00:00:00 2001 From: Natalie Rodriguez-Jackson <98657639+natalierjackson@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:35:26 +0000 Subject: [PATCH 2/3] add general yaml file --- .github/DISCUSSION_TEMPLATE/general.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/general.yml b/.github/DISCUSSION_TEMPLATE/general.yml index 8b1378917..74aa19e55 100644 --- a/.github/DISCUSSION_TEMPLATE/general.yml +++ b/.github/DISCUSSION_TEMPLATE/general.yml @@ -1 +1,21 @@ - +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 From 7d2d270ad61b8ee9b2daa0f7bd382bd7bd86b54b Mon Sep 17 00:00:00 2001 From: Natalie Rodriguez-Jackson <98657639+natalierjackson@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:45:56 +0000 Subject: [PATCH 3/3] add new files --- .github/DISCUSSION_TEMPLATE/accessibility.yml | 21 +++++++++++++++++++ .../actions-and-packages.yml | 21 +++++++++++++++++++ .../DISCUSSION_TEMPLATE/api-and-webhooks.yml | 21 +++++++++++++++++++ .../code-search-and-navigation.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/code-security.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/codespaces.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/copilot.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/discussions.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/feed.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/issues.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/lists.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/mobile.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/pages.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/profile.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/pull-requests.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/repositories.yml | 21 +++++++++++++++++++ .github/DISCUSSION_TEMPLATE/sponsors.yml | 21 +++++++++++++++++++ 17 files changed, 357 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/accessibility.yml create mode 100644 .github/DISCUSSION_TEMPLATE/actions-and-packages.yml create mode 100644 .github/DISCUSSION_TEMPLATE/api-and-webhooks.yml create mode 100644 .github/DISCUSSION_TEMPLATE/code-search-and-navigation.yml create mode 100644 .github/DISCUSSION_TEMPLATE/code-security.yml create mode 100644 .github/DISCUSSION_TEMPLATE/codespaces.yml create mode 100644 .github/DISCUSSION_TEMPLATE/copilot.yml create mode 100644 .github/DISCUSSION_TEMPLATE/discussions.yml create mode 100644 .github/DISCUSSION_TEMPLATE/feed.yml create mode 100644 .github/DISCUSSION_TEMPLATE/issues.yml create mode 100644 .github/DISCUSSION_TEMPLATE/lists.yml create mode 100644 .github/DISCUSSION_TEMPLATE/mobile.yml create mode 100644 .github/DISCUSSION_TEMPLATE/pages.yml create mode 100644 .github/DISCUSSION_TEMPLATE/profile.yml create mode 100644 .github/DISCUSSION_TEMPLATE/pull-requests.yml create mode 100644 .github/DISCUSSION_TEMPLATE/repositories.yml create mode 100644 .github/DISCUSSION_TEMPLATE/sponsors.yml diff --git a/.github/DISCUSSION_TEMPLATE/accessibility.yml b/.github/DISCUSSION_TEMPLATE/accessibility.yml new file mode 100644 index 000000000..b4ca7d77d --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/accessibility.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/actions-and-packages.yml b/.github/DISCUSSION_TEMPLATE/actions-and-packages.yml new file mode 100644 index 000000000..90b453548 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/actions-and-packages.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/api-and-webhooks.yml b/.github/DISCUSSION_TEMPLATE/api-and-webhooks.yml new file mode 100644 index 000000000..299bf8844 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/api-and-webhooks.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/code-search-and-navigation.yml b/.github/DISCUSSION_TEMPLATE/code-search-and-navigation.yml new file mode 100644 index 000000000..e85223ab9 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/code-search-and-navigation.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/code-security.yml b/.github/DISCUSSION_TEMPLATE/code-security.yml new file mode 100644 index 000000000..f6a040bc7 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/code-security.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/codespaces.yml b/.github/DISCUSSION_TEMPLATE/codespaces.yml new file mode 100644 index 000000000..c074c68f8 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/codespaces.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/copilot.yml b/.github/DISCUSSION_TEMPLATE/copilot.yml new file mode 100644 index 000000000..23c0a8248 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/copilot.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/discussions.yml b/.github/DISCUSSION_TEMPLATE/discussions.yml new file mode 100644 index 000000000..20cd0ea4a --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/discussions.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/feed.yml b/.github/DISCUSSION_TEMPLATE/feed.yml new file mode 100644 index 000000000..81dd6d731 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/feed.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/issues.yml b/.github/DISCUSSION_TEMPLATE/issues.yml new file mode 100644 index 000000000..b99142fb2 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/issues.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/lists.yml b/.github/DISCUSSION_TEMPLATE/lists.yml new file mode 100644 index 000000000..0b71ba534 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/lists.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/mobile.yml b/.github/DISCUSSION_TEMPLATE/mobile.yml new file mode 100644 index 000000000..63c15c007 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/mobile.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/pages.yml b/.github/DISCUSSION_TEMPLATE/pages.yml new file mode 100644 index 000000000..712824d55 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/pages.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/profile.yml b/.github/DISCUSSION_TEMPLATE/profile.yml new file mode 100644 index 000000000..7c6fcaaf9 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/profile.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/pull-requests.yml b/.github/DISCUSSION_TEMPLATE/pull-requests.yml new file mode 100644 index 000000000..a916d5c31 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/pull-requests.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/repositories.yml b/.github/DISCUSSION_TEMPLATE/repositories.yml new file mode 100644 index 000000000..d941ef765 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/repositories.yml @@ -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 \ No newline at end of file diff --git a/.github/DISCUSSION_TEMPLATE/sponsors.yml b/.github/DISCUSSION_TEMPLATE/sponsors.yml new file mode 100644 index 000000000..b420f30a9 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/sponsors.yml @@ -0,0 +1,21 @@ +title: "<title>" +labels: [Sponsors] +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 \ No newline at end of file