Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalvanderheiden committed Apr 25, 2024
1 parent 06ccda4 commit 5cbb2b7
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 5cbb2b7

Please sign in to comment.