-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06ccda4
commit 5cbb2b7
Showing
3 changed files
with
111 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,65 @@ | ||
name: 🐞 Bug report | ||
description: File a bug/issue to help us improve | ||
title: "[BUG]" | ||
labels: [bug] | ||
assignees: [MartinPankraz, pascalvanderheiden] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: dropdown | ||
id: area | ||
attributes: | ||
label: What type of issue are you facing | ||
description: What type of issue are you facing? | ||
options: | ||
- bug report | ||
- documentation issue or request | ||
- regression (a behavior that used to work and stopped in a new version) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: Provide a clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Add screenshots to help explain your problem | ||
description: | | ||
If applicable, add screenshots to help explain your problem. | ||
Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context like links or references about the problem here. Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
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,46 @@ | ||
name: 💡Feature request | ||
description: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
labels: [enhancement] | ||
assignees: [MartinPankraz, pascalvanderheiden] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: What area do you want to see improved? | ||
description: Specify the main area that you want to see improved. | ||
options: | ||
- app code | ||
- documentation | ||
- infrastructure setup | ||
- developer experience (GitHub CodeSpaces etc.) | ||
- other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: area | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: Provide a clear and concise description of what the problem is e.g., I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context like links or references about the problem here. Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |