-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #389 from maykinmedia/feature/git-templates
Streamline workflow with issue templates.
- Loading branch information
Showing
4 changed files
with
89 additions
and
0 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,40 @@ | ||
name: Probleem melden / Bug report | ||
description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve | ||
title: "Title here" | ||
labels: ["bug", "triage"] | ||
assignees: [] | ||
body: | ||
- type: input | ||
id: product-version | ||
attributes: | ||
label: Product versie / Product version | ||
description: Welke versie gebruikt u? / Which version do you use? | ||
placeholder: "1.1.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Omschrijf het probleem / Describe the bug | ||
description: Een duidelijke omschrijving van het probleem (de "bug") / A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Stappen om te reproduceren / Steps to reproduce | ||
description: Stappen die leiden tot het probleem / Steps to reproduce the behavior | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: expected-behaviour | ||
attributes: | ||
label: Verwacht gedrag / Expected behavior | ||
description: Een duidelijke omschrijving van wat de verwachting is / A clear and concise description of what you expected to happen. | ||
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ondersteuning met prioriteit / Priority support | ||
url: https://opengem.nl/contact/ | ||
about: Neem direct contact met ons op / Contact us directly to get priority support. |
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,38 @@ | ||
name: Verzoek tot verbetering / Feature request | ||
description: Stel een idee voor om het product beter te maken / Suggest an idea for this product | ||
title: "Title here" | ||
labels: ["enhancement", "triage"] | ||
assignees: [] | ||
body: | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: Thema / Theme | ||
options: | ||
- "Objecten API" | ||
- "Objecttypen API" | ||
- "Admin" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Omschrijving / Description | ||
description: Omschrijf duidelijk het idee of de behoefte, eventueel aangevuld met een bepaalde oplossingsrichting / Clearly describe the idea or need, possibly supplemented with a specific solution direction | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: added-value | ||
attributes: | ||
label: Toegevoegde waarde / Added value | ||
description: Omschrijf de toegevoegde waarde voor de bedrijfsvoering of dienstverlening / Describe the added value for business operations or services | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: remarks | ||
attributes: | ||
label: Aanvullende opmerkingen / Additional context | ||
description: Voeg aanvullingen of mockups toe voor deze verbetering / Add any other context or screenshots about the feature request | ||
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,6 @@ | ||
Fixes # | ||
|
||
**Changes** | ||
|
||
[Describe the changes here] | ||
|