diff options
author | V <vendicated@riseup.net> | 2023-09-24 15:44:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 15:44:02 +0200 |
commit | 4baaa9bd91afd976d790eb979787a879785858cd (patch) | |
tree | bfc9183de64615562731bf6ddf025a6785a2eee1 /.github | |
parent | d9933c5793b6c9dc6902caa7ef0f236fb76e2d54 (diff) | |
download | Vencord-4baaa9bd91afd976d790eb979787a879785858cd.tar.gz Vencord-4baaa9bd91afd976d790eb979787a879785858cd.tar.bz2 Vencord-4baaa9bd91afd976d790eb979787a879785858cd.zip |
Delete .github/ISSUE_TEMPLATE/feature_request.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 115f7f7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Feature Request -description: Create a feature request for Vencord. To request new plugins, please use the Discussions tab -labels: [enhancement] -title: "[Feature Request] <title>" - -body: - - type: input - id: discord - attributes: - label: Discord Account - description: Who on Discord is making this request? Not required but encouraged for easier follow-up - placeholder: username#0000 - validations: - required: false - - - type: textarea - id: feature-basic-description - attributes: - label: What is it that you'd like to see? - description: Describe the feature you want added as detailed as possible - placeholder: I think ... would be a cool feature to add. This would be awesome, thanks! - validations: - required: true - - - type: checkboxes - id: agreement-check - attributes: - label: Request Agreement - description: DO NOT USE THIS TEMPLATE FOR PLUGIN REQUESTS!!! For plugin requests, **use discussions** - options: - - label: This is not a plugin request - required: true |