generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
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
90cf1fb
commit b6eb306
Showing
7 changed files
with
193 additions
and
69 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,48 @@ | ||
name: "☝️ Kommentierung für gemF_eRp_KIM 2.0.0" | ||
description: Erstellen Sie einen Bericht, um uns bei der Verbesserung des Implementierungsleitfadens oder der FHIR-Profile zu helfen. | ||
title: "[Kommentierung] <title>" | ||
labels: | ||
- kommentierung | ||
assignees: | ||
- florianschoffke | ||
body: | ||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: "Beschreibung des Problems" | ||
description: Beschreiben Sie das Problem oder den Kommentar zum Implementierungsleitfaden oder FHIR-Profil. | ||
placeholder: Eine klare und präzise Beschreibung des Problems oder Kommentars zum Implementierungsleitfaden oder FHIR-Profil. | ||
validations: | ||
required: true | ||
- type: input | ||
id: page-link | ||
attributes: | ||
label: "Seite des IG oder FHIR-Profils" | ||
description: Nennen Sie den Titel oder geben Sie einen Link zur betroffenen Seite des Implementierungsleitfadens oder FHIR-Profils an. | ||
placeholder: Geben Sie einen Link oder Titel der betroffenen Seite oder des FHIR-Profils an. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: "Vorschlag zur Verbesserung" | ||
description: Machen Sie Vorschläge zur Verbesserung des Implementierungsleitfadens oder FHIR-Profils. | ||
placeholder: Ein klarer und präziser Vorschlag zur Verbesserung des Implementierungsleitfadens oder FHIR-Profils. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: "Screenshots" | ||
description: Fügen Sie gegebenenfalls Screenshots hinzu, um Ihr Problem oder Ihren Vorschlag zu erläutern. | ||
placeholder: Fügen Sie hier Screenshots hinzu. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: "Zusätzlicher Kontext" | ||
description: Fügen Sie hier weiteren Kontext oder Informationen zum Problem oder Vorschlag hinzu. | ||
placeholder: Fügen Sie hier weiteren Kontext oder Informationen zum Problem oder Vorschlag hinzu. | ||
validations: | ||
required: false |
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,40 @@ | ||
name: "💡 Feature Request" | ||
description: Suggest an idea for this project. | ||
title: "[FEATURE] <title>" | ||
labels: | ||
- enhancement | ||
assignees: | ||
- florianschoffke | ||
body: | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: "Problem Description" | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution-description | ||
attributes: | ||
label: "Desired Solution" | ||
description: Describe the solution you'd like. | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative-solutions | ||
attributes: | ||
label: "Alternative Solutions" | ||
description: Describe alternatives you've considered. | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: "Additional Context" | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
23 changes: 0 additions & 23 deletions
23
.github/ISSUE_TEMPLATE/📝-implementation-guide-bug-report.md
This file was deleted.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
.github/ISSUE_TEMPLATE/📝-implementation-guide-bug-report.yml
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,49 @@ | ||
name: "📝 Implementation Guide Bug Report" | ||
description: Create a report to help us improve the implementation guide. | ||
title: "[IG] <title>" | ||
labels: | ||
- implementation guide | ||
- bug | ||
assignees: | ||
- florianschoffke | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: "Bug Description" | ||
description: Describe the bug. | ||
placeholder: A clear and concise description of what the bug/issue with the implementation guide is. | ||
validations: | ||
required: true | ||
- type: input | ||
id: page-link | ||
attributes: | ||
label: "Page of the IG" | ||
description: State the title or provide a link to the affected page of the implementation guide. | ||
placeholder: Provide a link or title of the affected page. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-description | ||
attributes: | ||
label: "Expected Description" | ||
description: Describe what you expected the implementation guide to state. | ||
placeholder: A clear and concise description of what you expected the implementation guide to state. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: "Screenshots" | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Add screenshots here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: "Additional Context" | ||
description: Add any other context about the problem here. | ||
placeholder: Add any other context about the problem here. | ||
validations: | ||
required: false |
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,56 @@ | ||
name: "🪲 Profile-Bug Report" | ||
description: Create a report to help us improve the FHIR Profiles. | ||
title: "[PROFILE] <title>" | ||
labels: | ||
- bug | ||
assignees: | ||
- florianschoffke | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: "Bug Description" | ||
description: Describe the bug. | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: affected-profiles-fields | ||
attributes: | ||
label: "Affected Profile(s) and Field(s)" | ||
description: State the profiles and fields affected by the issue/bug. | ||
placeholder: Please state the profiles and within the profiles the fields that are affected by the issue/bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: affected-usecases | ||
attributes: | ||
label: "Affected UseCase(s)" | ||
description: If applicable, state the UseCase(s) affected by the issue. | ||
placeholder: If applicable, state the UseCase(s) that are affected by the issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: improvement-suggestion | ||
attributes: | ||
label: "Suggestion for Improvement" | ||
description: Suggest how to improve the profile and fix the issue. | ||
placeholder: A clear and concise description of what you expected the profile to state and how this will fix the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: "Screenshots" | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Add screenshots here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: "Additional Context" | ||
description: Add any other context about the problem here. | ||
placeholder: Add any other context about the problem here. | ||
validations: | ||
required: false |