From 7434a7c8e2d547767ad3eac169fcc942f8423df8 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 13 Apr 2021 23:23:23 +0200 Subject: [PATCH] Migrate issue templates over (#4982) --- .github/ISSUE_TEMPLATE/command_bug.yml | 12 +++++++++++- .github/ISSUE_TEMPLATE/enhancements.yml | 8 +++++++- .github/ISSUE_TEMPLATE/feature_request.yml | 8 +++++++- .github/ISSUE_TEMPLATE/other_bugs.yml | 11 ++++++++++- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/command_bug.yml b/.github/ISSUE_TEMPLATE/command_bug.yml index 093cf4501..bb762b7a1 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.yml +++ b/.github/ISSUE_TEMPLATE/command_bug.yml @@ -3,7 +3,6 @@ description: For bugs that involve commands found within Red. title: '' labels: 'Type: Bug' assignees: '' -issue_body: true body: - type: markdown attributes: @@ -11,12 +10,14 @@ body: Thank you for taking the time to fill out an issue. This template is meant for any issues related to commands. If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red) - type: input + id: red-version attributes: label: "What Red version are you using?" placeholder: 3.4.5 validations: required: true - type: dropdown + id: cog-name attributes: label: "Cog name" description: "From which cog does the command come from?" @@ -46,6 +47,7 @@ body: validations: required: true - type: input + id: command-name attributes: label: "Command name" description: "What is the command that caused the error?" @@ -53,11 +55,13 @@ body: validations: required: true - type: textarea + id: weh attributes: label: "What did you expect to happen?" validations: required: true - type: textarea + id: wah attributes: label: "What actually happened?" description: | @@ -66,6 +70,7 @@ body: validations: required: true - type: textarea + id: reproduction-steps attributes: label: "How can we reproduce this error?" description: "List of steps required to reproduce this error." @@ -76,3 +81,8 @@ body: ... validations: required: true +- type: textarea + id: anything-else + attributes: + label: Anything else? + description: Let us know if you have anything else to share. diff --git a/.github/ISSUE_TEMPLATE/enhancements.yml b/.github/ISSUE_TEMPLATE/enhancements.yml index 919369d61..033db1167 100644 --- a/.github/ISSUE_TEMPLATE/enhancements.yml +++ b/.github/ISSUE_TEMPLATE/enhancements.yml @@ -3,7 +3,6 @@ description: For feature requests and improvements related to already existing f title: '' labels: 'Type: Enhancement' assignees: '' -issue_body: true body: - type: markdown attributes: @@ -11,15 +10,22 @@ body: Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality. If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red) - type: input + id: component-name attributes: label: "What component of Red (cog, command, API) would you like to see improvements on?" placeholder: Audio validations: required: true - type: textarea + id: proposal attributes: label: "Describe the enhancement you're suggesting." description: | Feel free to describe in as much detail as you wish. validations: required: true +- type: textarea + id: anything-else + attributes: + label: Anything else? + description: Let us know if you have anything else to share. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 86fb4782f..11109aa49 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,6 @@ description: For feature requests regarding Red itself. title: '' labels: 'Type: Feature' assignees: '' -issue_body: true body: - type: markdown attributes: @@ -11,6 +10,7 @@ body: Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions. If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red) - type: dropdown + id: feature-name attributes: label: "Type of feature request" description: "What type of feature would you like to request?" @@ -23,6 +23,7 @@ body: validations: required: true - type: textarea + id: proposal attributes: label: "Description of the feature you're suggesting" description: | @@ -45,4 +46,9 @@ body: - Note any restrictions on who can use the command or where it can be used validations: required: true +- type: textarea + id: anything-else + attributes: + label: Anything else? + description: Let us know if you have anything else to share. diff --git a/.github/ISSUE_TEMPLATE/other_bugs.yml b/.github/ISSUE_TEMPLATE/other_bugs.yml index f2fa9f2c1..b2c284701 100644 --- a/.github/ISSUE_TEMPLATE/other_bugs.yml +++ b/.github/ISSUE_TEMPLATE/other_bugs.yml @@ -3,7 +3,6 @@ description: "For bugs that don't involve a command." title: '' labels: 'Type: Bug' assignees: '' -issue_body: true body: - type: markdown attributes: @@ -11,22 +10,26 @@ body: Thank you for taking the time to fill out an issue. This template is meant for any issues not related to any existing command. If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red) - type: input + id: red-version attributes: label: "What Red version are you using?" placeholder: 3.4.5 validations: required: true - type: textarea + id: what-happened attributes: label: "What were you trying to do?" validations: required: true - type: textarea + id: weh attributes: label: "What did you expect to happen?" validations: required: true - type: textarea + id: wah attributes: label: "What actually happened?" description: | @@ -34,6 +37,7 @@ body: validations: required: true - type: textarea + id: reproduction-steps attributes: label: "How can we reproduce this error?" description: | @@ -45,3 +49,8 @@ body: ... validations: required: true +- type: textarea + id: anything-else + attributes: + label: Anything else? + description: Let us know if you have anything else to share.