aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-01-19 19:31:14 +0100
committerVendicated <vendicated@riseup.net>2023-01-19 19:31:14 +0100
commit7fe3a2c8059e2f9b51a8ac559a8badcefb607266 (patch)
tree7fb341f7061435dd5f5e8da2560fc6f138593f2e /.github/ISSUE_TEMPLATE
parentc4d2b4a8cd39fae7b1f453608d3cdc97a24f739d (diff)
downloadVencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.tar.gz
Vencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.tar.bz2
Vencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.zip
Add issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/blank.yml21
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml56
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml22
4 files changed, 107 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml
new file mode 100644
index 0000000..b003b73
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank.yml
@@ -0,0 +1,21 @@
+name: Blank Template
+description: Use this only if your issue does not fit into another template. **DO NOT ASK FOR SUPPORT OR REQUEST PLUGINS**
+labels: []
+body:
+ - type: textarea
+ id: info-sec
+ attributes:
+ label: Tell us all about it.
+ description: Go nuts, let us know what you're wanting to bring attention to.
+ placeholder: ...
+ validations:
+ required: true
+
+ - type: checkboxes
+ id: agreement-check
+ attributes:
+ label: Request Agreement
+ description: DO NOT USE THIS TEMPLATE FOR SUPPORT OR PLUGIN REQUESTS!!! For Support, **join our Discord**. For plugin requests, **use discussions**
+ options:
+ - label: This is not a support or plugin request
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..2721360
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,56 @@
+name: Bug/Crash Report
+description: Create a bug or crash report for Vencord
+labels: [bug]
+
+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: bug-description
+ attributes:
+ label: What happens when the bug or crash occurs?
+ description: Where does this bug or crash occur, when does it occur, etc.
+ placeholder: The bug/crash happens sometimes when I do ..., causing this to not work/the app to crash. I think it happens because of ...
+ validations:
+ required: true
+
+ - type: textarea
+ id: expected-behaviour
+ attributes:
+ label: What is the expected behaviour?
+ description: Simply detail what the expected behaviour is.
+ placeholder: I expect Vencord/Discord to open the ... page instead of ..., it prevents me from doing ...
+ validations:
+ required: true
+
+ - type: textarea
+ id: steps-to-take
+ attributes:
+ label: How do you recreate this bug or crash?
+ description: Give us a list of steps in order to recreate the bug or crash.
+ placeholder: |
+ 1. Do ...
+ 2. Then ...
+ 3. Do this ..., ... and then ...
+ 4. Observe "the bug" or "the crash"
+ validations:
+ required: true
+
+ - type: textarea
+ id: crash-log
+ attributes:
+ label: Errors
+ description: Open the Developer Console with Ctrl/Cmd + Shift + i. Then look for any red errors (Ignore network errors like Failed to load resource) and paste them between the "```".
+ value: |
+ ```
+ Replace this text with your crash-log.
+ ```
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..bc5d976
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Vencord Support Server
+ url: https://discord.gg/D9uwnFnqmd
+ about: If you need help regarding Vencord, please join our support server!
+ - name: Vencord Installer
+ url: https://github.com/Vencord/Installer
+ about: You can find the Vencord Installer here
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000..c8aae71
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,22 @@
+name: Feature Request
+description: Create a feature request for Vencord. To request new plugins, please use the Discussions tab
+labels: [enhancement]
+
+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