Skip to content

Commit 0b00cb9

Browse files
committed
🎉 First commit
0 parents  commit 0b00cb9

File tree

153 files changed

+10763
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+10763
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
name: Probleem melden / Bug report
2+
description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve
3+
title: "Title here"
4+
labels: ["bug", "triage"]
5+
assignees: []
6+
body:
7+
- type: input
8+
id: product-version
9+
attributes:
10+
label: Product versie / Product version
11+
description: Welke versie gebruikt u? / Which version do you use?
12+
placeholder: "1.1.0"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: what-happened
17+
attributes:
18+
label: Omschrijf het probleem / Describe the bug
19+
description: Een duidelijke omschrijving van het probleem (de "bug") / A clear and concise description of what the bug is.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: steps-to-reproduce
24+
attributes:
25+
label: Stappen om te reproduceren / Steps to reproduce
26+
description: Stappen die leiden tot het probleem / Steps to reproduce the behavior
27+
placeholder: |
28+
1. Go to '...'
29+
2. Click on '....'
30+
3. Scroll down to '....'
31+
4. See error
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: expected-behaviour
36+
attributes:
37+
label: Verwacht gedrag / Expected behavior
38+
description: Een duidelijke omschrijving van wat de verwachting is / A clear and concise description of what you expected to happen.
39+
validations:
40+
required: false
41+
- type: dropdown
42+
id: screen-resolution
43+
attributes:
44+
label: Screen resolution
45+
options:
46+
- "smaller"
47+
- "1024 x 768"
48+
- "1366 x 768"
49+
- "1920 x 1080"
50+
- "bigger"
51+
- "unknown"
52+
validations:
53+
required: false
54+
- type: dropdown
55+
id: device
56+
attributes:
57+
label: Device
58+
options:
59+
- Desktop
60+
- Mobile
61+
- Tablet
62+
- Anders / Other
63+
validations:
64+
required: false
65+
- type: dropdown
66+
id: os
67+
attributes:
68+
label: OS
69+
options:
70+
- Windows
71+
- Linux
72+
- MacOS
73+
- iOS
74+
- Android
75+
- Anders / Other
76+
validations:
77+
required: false
78+
- type: dropdown
79+
id: browsers
80+
attributes:
81+
label: Browser
82+
multiple: true
83+
options:
84+
- Edge
85+
- Chrome
86+
- Safari
87+
- Firefox
88+
- Anders / Other
89+
validations:
90+
required: false
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Verzoek tot verbetering / Feature request
2+
description: Stel een idee voor om het project beter te maken / Suggest an idea for this project
3+
title: "Title here"
4+
labels: ["enhancement", "triage"]
5+
assignees: []
6+
body:
7+
- type: dropdown
8+
id: theme
9+
attributes:
10+
label: Thema / Theme
11+
options:
12+
- "Frontend"
13+
- "API"
14+
- "Admin"
15+
- "Other"
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Omschrijving / Description
22+
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
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: added-value
27+
attributes:
28+
label: Added value / Toegevoegde waarde
29+
description: Omschrijf de toegevoegde waarde voor de bedrijfsvoering of dienstverlening / Describe the added value for business operations or services
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: remarks
34+
attributes:
35+
label: Aanvullende opmerkingen / Additional context
36+
description: Voeg aanvullingen of mockups toe voor deze verbetering / Add any other context or screenshots about the feature request
37+
validations:
38+
required: false
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Prepare release
3+
about: Checklist for new releases
4+
title: Prepare release x.y.z
5+
labels: ''
6+
---
7+
8+
- [ ] Resolve release blockers
9+
- [ ] ...
10+
- [ ] Check translations
11+
- [ ] Backend
12+
- [ ] Frontend
13+
- [ ] Bump API version number
14+
- [ ] Version bump
15+
- [ ] Regenerate API spec
16+
- [ ] Update READMEs with release dates + links
17+
- [ ] Bump version number (including package-lock.json)
18+
- [ ] Update changelog

0 commit comments

Comments
 (0)