-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from NETWAYS/chore/issue-template
Add Issue Templates
- Loading branch information
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "needs-triage"] | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Please try to fill out as much of the information below as you can. Thank you! | ||
options: | ||
- label: Yes, I've searched similar issues on GitHub and didn't find any. | ||
required: true | ||
- type: input | ||
id: app_version | ||
attributes: | ||
label: Which version contains the bug? | ||
placeholder: 1.0.0 | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: Please provide a concise description of the bug, add any relevant output or error messages. You can use markdown. | ||
- type: textarea | ||
id: recreate | ||
attributes: | ||
label: How to recreate the bug? | ||
description: Please provide the steps to recreate the issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Documentation | ||
description: Suggest documentation improvements | ||
title: "[Documentation]: " | ||
labels: ["documentation"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the improvements you'd like. | ||
description: Please provide as much context as possible. You can use markdown. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Feature Request | ||
description: Request a feature or enhancement | ||
title: "[Feature]: " | ||
labels: ["feature", "needs-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please try to fill out as much of the information below as you can. Thank you! | ||
**Note:** If you want to sponsor new features, contact us at info@netways.de | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature request | ||
description: Please provide a concise description of the feature. You can use markdown. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Question | ||
description: Ask a question | ||
title: "[Question]: " | ||
labels: ["question"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Ask a question | ||
description: Please provide as much context as possible. You can use markdown. |