diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7a8c34c..8064b5b 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,29 +1,28 @@ name: 🚀 Feature request -description: Request a new feature (documented features of the official Discord developer API only!) +description: Request a new feature labels: [feature request] body: - - type: textarea - id: description - attributes: - label: Feature - description: A clear and concise description of what the problem is, or what feature you want to be implemented. - placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be... - validations: - required: true - - type: textarea - id: solution - attributes: - label: Ideal solution or implementation - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - id: alternatives - attributes: - label: Alternative solutions or implementations - description: A clear and concise description of any alternative solutions or features you have considered. - - type: textarea - id: additional-context - attributes: - label: Other context - description: Any other context, screenshots, or file uploads that help us understand your feature request. +- type: textarea + id: description + attributes: + label: Feature + description: A clear and concise description of what the problem is, or what feature you want to be implemented. + validations: + required: true +- type: textarea + id: solution + attributes: + label: Ideal solution or implementation + description: A clear and concise description of what you want to happen. + validations: + required: true +- type: textarea + id: alternatives + attributes: + label: Alternative solutions or implementations + description: A clear and concise description of any alternative solutions or features you have considered. +- type: textarea + id: additional-context + attributes: + label: Other context + description: Any other context, screenshots, or file uploads that help us understand your feature request. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f64aa23..950c9c3 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,6 @@