Skip to content

Commit

Permalink
Merge pull request #608 from NUM-Forschungsdatenplattform/feature/iss…
Browse files Browse the repository at this point in the history
…ue-template

new issue template
  • Loading branch information
ramueSVA authored Sep 6, 2024
2 parents 741f871 + d9462ef commit 5ffc1eb
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 23 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Bug Report
description: Report a bug encountered when working with EHRbase
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Before reporting an issue
description: Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
options:
- label: I have searched existing issues
required: true
- label: I have reproduced the issue with the latest release
required: true
- type: textarea
attributes:
label: Environment information
description: To help reproducing your problem it is mandatory to give some information on the environment.
placeholder: |
- EHRbase version:
- openEHR_SDK version:
- Num-portal version:
- PostgreSQL version:
- Java Runtime version:
- Operating System version:
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Describe the steps that you have taken until the unexpected behavior occurred. Please try to add as many details as possible, and include data and templates as attachments.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: Describe the expected output / behavior.
validations:
required: true
- type: textarea
attributes:
label: Actual result
description: Describe the wrong output / behavior.
validations:
required: true
- type: textarea
attributes:
label: Further information
description: Add additional information, if needed.
validations:
required: false
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature Request
description: Feature request for a new / extended functionality
labels: ["feature"]
body:
- type: textarea
attributes:
label: Background
description: Describe the context and intention for this enhancement, such as the benefits and impacts on the user.
validations:
required: true
- type: textarea
attributes:
label: Enhancement
description: Provide specific preconditions, steps, requirements or expectations on the proposed enhancement.
validations:
required: true
- type: checkboxes
attributes:
label: Approved
description: Add any other context or screenshots about the feature request here.
options:
- label: I have discussed the topic with Dirk
required: true
- type: textarea
attributes:
label: Further information
description: Add additional information, if needed.
validations:
required: false

0 comments on commit 5ffc1eb

Please sign in to comment.