Skip to content

Commit 53cbf5d

Browse files
committed
Add Issue Templates
1 parent fd2e2a9 commit 53cbf5d

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "needs-triage"]
5+
body:
6+
- type: checkboxes
7+
id: terms
8+
attributes:
9+
label: Please try to fill out as much of the information below as you can. Thank you!
10+
options:
11+
- label: Yes, I've searched similar issues on GitHub and didn't find any.
12+
required: true
13+
- type: input
14+
id: app_version
15+
attributes:
16+
label: Which version contains the bug?
17+
placeholder: 1.0.0
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Describe the bug
22+
description: Please provide a concise description of the bug, add any relevant output or error messages. You can use markdown.
23+
- type: textarea
24+
id: recreate
25+
attributes:
26+
label: How to recreate the bug?
27+
description: Please provide the steps to recreate the issue.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Documentation
2+
description: Suggest documentation improvements
3+
title: "[Documentation]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Describe the improvements you'd like.
10+
description: Please provide as much context as possible. You can use markdown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Feature Request
2+
description: Request a feature or enhancement
3+
title: "[Feature]: "
4+
labels: ["feature", "needs-triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please try to fill out as much of the information below as you can. Thank you!
10+
**Note:** If you want to sponsor new features, contact us at info@netways.de
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the feature request
15+
description: Please provide a concise description of the feature. You can use markdown.

.github/ISSUE_TEMPLATE/question.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Question
2+
description: Ask a question
3+
title: "[Question]: "
4+
labels: ["question"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Ask a question
10+
description: Please provide as much context as possible. You can use markdown.

0 commit comments

Comments
 (0)