Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 875f396

Browse files
committed
chore: Add issue templates
1 parent 7cd9ea9 commit 875f396

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ko_fi: antond
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: "Bug: "
4+
labels: bug
5+
assignees:
6+
- antond15
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
14+
- type: input
15+
id: version
16+
attributes:
17+
label: Version
18+
description: What release version was this issue encountered on?
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Issue description
26+
description: A clear and concise description of what the issue is.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: reproduction
32+
attributes:
33+
label: Steps to reproduce
34+
description: Steps to reproduce the issue.
35+
placeholder: |
36+
1. In this environment...
37+
2. With this config...
38+
3. Go to '...'
39+
4. Click on '...'
40+
5. Scroll down to '...'
41+
6. See error...
42+
validations:
43+
required: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature request
2+
description: Suggest an idea for this project.
3+
title: "Enhancement: "
4+
labels: enhancement
5+
assignees:
6+
- antond15
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Feature description
18+
description: A clear and concise description of what you want to be added.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: reason
24+
attributes:
25+
label: Reason
26+
description: The reason of why you want this to be added.
27+
validations:
28+
required: true

0 commit comments

Comments
 (0)