Skip to content

Commit 04953f7

Browse files
committed
docs: Update templates
1 parent 874485f commit 04953f7

File tree

87 files changed

+448
-1473
lines changed

Some content is hidden

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

87 files changed

+448
-1473
lines changed

.codespellignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fpr
2+
notin
3+
NotIn
4+
showIn

.editorconfig

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6+
max_line_length = 120
67
indent_size = 2
78
indent_style = space
89
insert_final_newline = true
9-
max_line_length = 120
1010
trim_trailing_whitespace = true
1111

1212
[Makefile]
1313
indent_size = 4
1414
indent_style = tab
1515

16+
[*.html]
17+
max_line_length = 1000
18+
19+
[*.js]
20+
indent_size = 2
21+
1622
[*.md]
17-
indent_size = 4
1823
max_line_length = 1000
24+
indent_size = 4
25+
26+
[*.py]
27+
indent_size = 4
1928

2029
[*.rego]
2130
indent_size = 4
22-
indent_style = space
31+
indent_style = tab

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Bug Report
2-
description: Create a bug report to help us improve Compliant Kubernetes Apps
2+
description: Create a bug report to help us improve Welkin Apps
33
labels: kind/bug
44
body:
55
- type: markdown
66
attributes:
77
value: |-
8-
Thank you for taking the time to help improve Compliant Kubernetes!
8+
Thank you for taking the time to help improve Welkin!
99
1010
> [!warning]
1111
> **This is a public repository, ensure not to disclose:**
@@ -37,7 +37,7 @@ body:
3737
required: true
3838
- type: input
3939
attributes:
40-
label: Compliant Kubernetes Apps Version
40+
label: Welkin Apps Version
4141
placeholder: vX.Y.Z
4242
validations:
4343
required: true

.github/ISSUE_TEMPLATE/chart-upgrade-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Chart Upgrade Request
2-
description: Create a chart upgrade request to update a component of Compliant Kubernetes Apps
2+
description: Create a chart upgrade request to update a component of Welkin Apps
33
labels: kind/improvement
44
body:
55
- type: markdown
66
attributes:
77
value: |-
8-
Thank you for taking the time to help improve Compliant Kubernetes!
8+
Thank you for taking the time to help improve Welkin!
99
1010
> [!warning]
1111
> **This is a public repository, ensure not to disclose:**
@@ -43,8 +43,8 @@ body:
4343
placeholder: When can this chart upgrade be considered done
4444
value: |-
4545
- I checked the migration of the new chart version:
46-
- [ ] The upgrade does not require migration steps
47-
- [ ] The upgrade requires migration steps
46+
- [ ] The upgrade does not require migration steps
47+
- [ ] The upgrade requires migration steps
4848
- I tested the functionality of the new chart version:
49-
- [ ] The upgrade does not change current functionality
50-
- [ ] The upgrade changes current functionality
49+
- [ ] The upgrade does not change current functionality
50+
- [ ] The upgrade changes current functionality

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Create Release
4+
about: Please create the release issue in the internal Issue Tracker repository. - _Only accessible by maintainers._
5+
url: https://github.com/elastisys/ck8s-issue-tracker/issues/new?template=release-apps.md
6+
- name: Create Patch
7+
about: Please create the patch issue in the internal Issue Tracker repository. - _Only accessible by maintainers._
8+
url: https://github.com/elastisys/ck8s-issue-tracker/issues/new?template=patch-apps.md

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Feature Request
2-
description: Create a feature request to help us improve Compliant Kubernetes Apps
2+
description: Create a feature request to help us improve Welkin Apps
33
labels: kind/feature
44
body:
55
- type: markdown
66
attributes:
77
value: |-
8-
Thank you for taking the time to help improve Compliant Kubernetes!
8+
Thank you for taking the time to help improve Welkin!
99
1010
> [!warning]
1111
> **This is a public repository, ensure not to disclose:**

.github/ISSUE_TEMPLATE/general-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: General Issue
2-
description: Create a general issue to help us improve Compliant Kubernetes Apps
2+
description: Create a general issue to help us improve Welkin Apps
33
body:
44
- type: markdown
55
attributes:
66
value: |-
7-
Thank you for taking the time to help improve Compliant Kubernetes!
7+
Thank you for taking the time to help improve Welkin!
88
99
> [!warning]
1010
> **This is a public repository, ensure not to disclose:**

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Question
2-
description: Ask a question regarding Compliant Kubernetes Apps
2+
description: Ask a question regarding Welkin Apps
33
labels: kind/question
44
body:
55
- type: markdown
66
attributes:
77
value: |-
8-
Got a question about Compliant Kubernetes? Ask away and we'll get back to you!
8+
Got a question about Welkin? Ask away and we'll get back to you!
99
1010
> [!warning]
1111
> **This is a public repository, ensure not to disclose:**

0 commit comments

Comments
 (0)