From 16a39319db7af9e62c213032d54fe7ce59acec18 Mon Sep 17 00:00:00 2001 From: willkroboth <46540330+willkroboth@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:38:52 -0500 Subject: [PATCH] Create issue template --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++ .../documentation_amendment.yml | 26 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation_amendment.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0de40447 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +blank_issues_enabled: false +contact_links: + - name: 🏃 Get quick support + url: https://discord.com/invite/G4SzSxZ + about: | + The CommandAPI Discord is the primary place to go to get quick support for the CommandAPI. + If you have a question or need help, drop by and we can work through your issue together! diff --git a/.github/ISSUE_TEMPLATE/documentation_amendment.yml b/.github/ISSUE_TEMPLATE/documentation_amendment.yml new file mode 100644 index 00000000..d07a4537 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_amendment.yml @@ -0,0 +1,26 @@ +name: 📄 Documentation amendment +description: Is there something wrong with the documentation? Raise it here! +labels: ["documentation"] +body: + - type: input + id: link + attributes: + label: Documentation URL + description: Which page of the documentation has an issue? + placeholder: 'https://docs.commandapi.dev/user-setup/install' + validations: + required: true + - type: textarea + id: what-it-says + attributes: + label: What the documentation currently says + description: What does the documentation currently say that is incorrect? + validations: + required: true + - type: textarea + id: proposed-fix + attributes: + label: Proposed fix + description: What should the documentation say to fix the issue? + validations: + required: false