Skip to content

Commit 5e811a2

Browse files
committed
chore: added github issue templates
1 parent 2dd8f0e commit 5e811a2

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 📗 Documentation Issue
2+
description: Tell us if there is missing or incorrect documentation
3+
labels: [docs]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for submitting a documentation request. It helps make Elysia.JS better.
9+
- type: dropdown
10+
attributes:
11+
label: What is the type of issue?
12+
multiple: true
13+
options:
14+
- Documentation is missing
15+
- Documentation is incorrect
16+
- Documentation is confusing
17+
- Example code is not working
18+
- Something else
19+
- type: textarea
20+
attributes:
21+
label: What is the issue?
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Where did you find it?
27+
description: If possible, please provide the URL(s) where you found this issue.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 💬 Ask a Question
4+
url: https://discord.com/invite/y7kH46ZE
5+
about: Head over to our Discord!

0 commit comments

Comments
 (0)