Skip to content

Commit 0f7d5ba

Browse files
authored
Merge pull request #178 from maykinmedia/feature/git-templates
Streamline workflow with issue templates.
2 parents a13b7cc + 99ddbd2 commit 0f7d5ba

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ body:
3737
label: Verwacht gedrag / Expected behavior
3838
description: Een duidelijke omschrijving van wat de verwachting is / A clear and concise description of what you expected to happen.
3939
validations:
40-
required: false
40+
required: false

.github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
3-
# - name: Meldt een veiligheidsprobleem / Report a security vulnerability
4-
# url: https://github.com/maykinmedia/open-klant/security/policy
5-
# about: Bekijk ons beveiligingsbeleid voor meer informatie / Please review our security policy for more details
63
- name: Ondersteuning met prioriteit / Priority support
74
url: https://opengem.nl/contact/
85
about: Neem direct contact met ons op / Contact us directly to get priority support.

.github/ISSUE_TEMPLATE/feature_request.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
name: Verzoek tot verbetering / Feature request
2-
description: Stel een idee voor om het project beter te maken / Suggest an idea for this project
2+
description: Stel een idee voor om het product beter te maken / Suggest an idea for this product
33
title: "Title here"
44
labels: ["enhancement", "triage"]
55
assignees: []
66
body:
7+
- type: dropdown
8+
id: theme
9+
attributes:
10+
label: Thema / Theme
11+
options:
12+
- "Klantinteracties API"
13+
- "Contactgevens API"
14+
- "Referentielijsten API"
15+
- "Admin"
16+
- "Other"
17+
validations:
18+
required: true
719
- type: textarea
820
id: description
921
attributes:
@@ -14,7 +26,7 @@ body:
1426
- type: textarea
1527
id: added-value
1628
attributes:
17-
label: Added value / Toegevoegde waarde
29+
label: Toegevoegde waarde / Added value
1830
description: Omschrijf de toegevoegde waarde voor de bedrijfsvoering of dienstverlening / Describe the added value for business operations or services
1931
validations:
2032
required: false

.github/pull_request_template.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Fixes #
2+
3+
**Changes**
4+
5+
[Describe the changes here]
6+

0 commit comments

Comments
 (0)