Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue templates - Bug report + Feature request #160

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Bug report
description: Report an error or unexpected behavior
labels: ["Bug"]

body:
- type: markdown
attributes:
value: >
#### Before submitting a bug, please make sure the issue hasn't been already
addressed by searching through [the past issues](https://github.com/open-energy-transition/deckGlDashboard/issues).

- type: textarea
attributes:
label: Summary
description: |
A clear and concise description of the bug.
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: |
Please provide detailed steps to reproduce the bug.
If we cannot reproduce the bug, it is unlikely that we will be able to help you.
validations:
required: true

- type: input
attributes:
label: Version
description: What commit/version are you using?
placeholder: e.g. cab81f0 / v1.0
validations:
required: true
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Feature request
description: Suggest a new feature or improvement
labels: ["Enhancement"]

body:
- type: markdown
attributes:
value: >
#### Before submitting a feature request, please make sure the request hasn't been already
addressed by searching through [the past issues](https://github.com/open-energy-transition/deckGlDashboard/issues).

- type: textarea
attributes:
label: Summary
description: |
A clear and concise description of what new feature or behavior you would like to see. If applicable, please describe the current behavior as well.
validations:
required: true

- type: textarea
attributes:
label: Example
description: Provide an example of how the user experience would change or how the new feature would be used.
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true