Skip to content

Commit 58ee8ac

Browse files
authored
Merge pull request #7819 from Nordix/use-gh-forms/furkat
🌱 Use GitHub forms for issue templates
2 parents 13158ae + 7a26cb0 commit 58ee8ac

File tree

8 files changed

+182
-106
lines changed

8 files changed

+182
-106
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug encountered while using Cluster API
3+
body:
4+
- type: textarea
5+
id: problem
6+
attributes:
7+
label: What steps did you take and what happened?
8+
description: |
9+
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
10+
If this matter is security related, please follow the guidelines described in https://github.com/kubernetes-sigs/cluster-api/blob/main/SECURITY_CONTACTS
11+
placeholder: "A clear and concise description on how to REPRODUCE the bug."
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: What did you expect to happen?
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: capiVersion
24+
attributes:
25+
label: Cluster API version
26+
placeholder: "The version of the Cluster API used in the environment."
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: kubeVersion
32+
attributes:
33+
label: Kubernetes version
34+
placeholder: "$kubectl version"
35+
36+
- type: textarea
37+
id: additional
38+
attributes:
39+
label: Anything else you would like to add?
40+
placeholder: "Miscellaneous information that will assist in solving the issue."
41+
42+
- type: textarea
43+
id: templateLabel
44+
attributes:
45+
label: Label(s) to be applied
46+
value: |
47+
/kind bug
48+
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

.github/ISSUE_TEMPLATE/failing-test.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 🚨 Failing Test
2+
description: Report continuously failing tests or jobs in Cluster API CI
3+
body:
4+
- type: textarea
5+
id: jobs
6+
attributes:
7+
label: Which jobs are failing?
8+
placeholder: |
9+
Please only use this template for submitting reports about continuously failing tests or jobs in Cluster API CI.
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: tests
15+
attributes:
16+
label: Which tests are failing?
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: since
22+
attributes:
23+
label: Since when has it been failing?
24+
validations:
25+
required: true
26+
27+
- type: input
28+
id: testgrid
29+
attributes:
30+
label: Testgrid link
31+
32+
- type: textarea
33+
id: reason
34+
attributes:
35+
label: Reason for failure (if possible)
36+
37+
- type: textarea
38+
id: additional
39+
attributes:
40+
label: Anything else we need to know?
41+
placeholder: "Miscellaneous information that will assist in fixing the failing test."
42+
43+
- type: textarea
44+
id: templateLabel
45+
attributes:
46+
label: Label(s) to be applied
47+
value: |
48+
/kind failing-test
49+
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea for this project.
3+
body:
4+
- type: textarea
5+
id: user_story
6+
attributes:
7+
label: What would you like to be added (User Story)?
8+
description: |
9+
A large proposal that works through the design along with the implications of the change can be opened as a CAEP.
10+
See https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#proposal-process-caep
11+
placeholder: "As a [developer/user/operator] I would like to [high level description] for [reasons]."
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: detailed_feature_description
17+
attributes:
18+
label: Detailed Description
19+
placeholder: "A clear and concise description of what you want to happen."
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: additional
25+
attributes:
26+
label: Anything else you would like to add?
27+
placeholder: "Miscellaneous information that will assist in solving the issue."
28+
29+
- type: textarea
30+
id: templateLabel
31+
attributes:
32+
label: Label(s) to be applied
33+
value: |
34+
/kind feature
35+
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

.github/ISSUE_TEMPLATE/flaking-test.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: ❄️ Flaking Test
2+
description: Report flaky tests or jobs in Cluster API CI
3+
body:
4+
- type: textarea
5+
id: jobs
6+
attributes:
7+
label: Which jobs are flaking?
8+
description: |
9+
Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Cluster API CI.
10+
Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: tests
16+
attributes:
17+
label: Which tests are flaking?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: since
23+
attributes:
24+
label: Since when has it been flaking?
25+
validations:
26+
required: true
27+
28+
- type: input
29+
id: testgrid
30+
attributes:
31+
label: Testgrid link
32+
33+
- type: textarea
34+
id: reason
35+
attributes:
36+
label: Reason for failure (if possible)
37+
38+
- type: textarea
39+
id: additional
40+
attributes:
41+
label: Anything else we need to know?
42+
placeholder: "Miscellaneous information that will assist in fixing the flaking test."
43+
44+
- type: textarea
45+
id: templateLabel
46+
attributes:
47+
label: Label(s) to be applied
48+
value: |
49+
/kind flake
50+
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

0 commit comments

Comments
 (0)