Skip to content

Commit a890ae2

Browse files
authored
[ci skip] Create issue template (#16)
1 parent d5314d8 commit a890ae2

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🏃 Get quick support
4+
url: https://discord.com/invite/G4SzSxZ
5+
about: |
6+
The CommandAPI Discord is the primary place to go to get quick support for the CommandAPI.
7+
If you have a question or need help, drop by and we can work through your issue together!
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 📄 Documentation amendment
2+
description: Is there something wrong with the documentation? Raise it here!
3+
labels: ["documentation"]
4+
body:
5+
- type: input
6+
id: link
7+
attributes:
8+
label: Documentation URL
9+
description: Which page of the documentation has an issue?
10+
placeholder: 'https://docs.commandapi.dev/user-setup/install'
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: what-it-says
15+
attributes:
16+
label: What the documentation currently says
17+
description: What does the documentation currently say that is incorrect?
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: proposed-fix
22+
attributes:
23+
label: Proposed fix
24+
description: What should the documentation say to fix the issue?
25+
validations:
26+
required: false

0 commit comments

Comments
 (0)