Skip to content

Commit 0a0ccde

Browse files
committed
chore: add templates
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 126506a commit 0a0ccde

6 files changed

Lines changed: 25 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐞 Bug
22
description: Something is not working as indended.
3-
labels: [ 🐞 bug ]
3+
labels: [🐞 bug]
44
body:
55
- type: markdown
66
attributes:
@@ -43,7 +43,9 @@ body:
4343

4444
- type: markdown
4545
attributes:
46-
value: Please not that openvpn-auth-oauth2 requires an OpenVPN server version 2.6.2 or higher.
46+
value:
47+
Please not that openvpn-auth-oauth2 requires an OpenVPN server version
48+
2.6.2 or higher.
4749

4850
- type: textarea
4951
attributes:

.github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: ✨ Enhancement / Feature / Task
22
description: Some feature is missing or incomplete.
3-
labels: [ ✨ enhancement ]
3+
labels: [✨ enhancement]
44
body:
55
- type: textarea
66
attributes:
77
label: Problem Statement
8-
description: Without specifying a solution, describe what the project is missing today.
8+
description:
9+
Without specifying a solution, describe what the project is missing
10+
today.
911
placeholder: |
1012
The rotating project logo has a fixed size and color.
1113
There is no way to make it larger and more shiny.

.github/ISSUE_TEMPLATE/question.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: ❓ Question
22
description: Something is not clear.
3-
labels: [ ❓ question ]
3+
labels: [❓ question]
44
body:
55
- type: textarea
66
attributes:
77
label: Problem Statement
8-
description: Without specifying a solution, describe what the project is missing today.
8+
description:
9+
Without specifying a solution, describe what the project is missing
10+
today.
911
placeholder: |
1012
The rotating project logo has a fixed size and color.
1113
There is no way to make it larger and more shiny.
@@ -24,7 +26,9 @@ body:
2426

2527
- type: markdown
2628
attributes:
27-
value: Please not that openvpn-auth-oauth2 requires an OpenVPN server version 2.6.2 or higher.
29+
value:
30+
Please not that openvpn-auth-oauth2 requires an OpenVPN server version
31+
2.6.2 or higher.
2832

2933
- type: textarea
3034
attributes:

.github/workflows/pr-check.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ jobs:
1515
steps:
1616
- name: check
1717
if: >-
18-
!contains(github.event.pull_request.labels.*.name, '💥 breaking-change')
19-
&& !contains(github.event.pull_request.labels.*.name, '✨ enhancement')
20-
&& !contains(github.event.pull_request.labels.*.name, '🐞 bug')
21-
&& !contains(github.event.pull_request.labels.*.name, '📖 docs')
22-
&& !contains(github.event.pull_request.labels.*.name, 'chore')
23-
&& !contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
18+
!contains(github.event.pull_request.labels.*.name, '💥
19+
breaking-change') &&
20+
!contains(github.event.pull_request.labels.*.name, '✨ enhancement')
21+
&& !contains(github.event.pull_request.labels.*.name, '🐞 bug') &&
22+
!contains(github.event.pull_request.labels.*.name, '📖 docs') &&
23+
!contains(github.event.pull_request.labels.*.name, 'chore') &&
24+
!contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
2425
run: >-
2526
echo One of the following labels is missing on this PR:
26-
breaking-change
27-
enhancement
28-
bug
29-
docs
30-
chore
31-
&& exit 1
27+
breaking-change enhancement bug docs chore && exit 1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'stackit-cli tools installer'
22
description: |-
33
Install a specific version of the stackit-cli binary. Acceptable values are latest
44
or any semantic version string like 0.31.0.
5-
5+
66
https://github.com/stackitcloud/stackit-cli
77
inputs:
88
version:

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)