Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_amendment.yml
Original file line number Diff line number Diff line change
@@ -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