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