forked from kubernetes-sigs/cluster-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kubernetes-sigs:main' into master
- Loading branch information
Showing
1,564 changed files
with
113,885 additions
and
34,342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: 🐛 Bug Report | ||
description: Report a bug encountered while using Cluster API | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What steps did you take and what happened? | ||
description: | | ||
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. | ||
If this matter is security related, please follow the guidelines described in https://github.com/kubernetes-sigs/cluster-api/blob/main/SECURITY_CONTACTS | ||
placeholder: "A clear and concise description on how to REPRODUCE the bug." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: capiVersion | ||
attributes: | ||
label: Cluster API version | ||
placeholder: "The version of the Cluster API used in the environment." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: kubeVersion | ||
attributes: | ||
label: Kubernetes version | ||
placeholder: "$kubectl version" | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else you would like to add? | ||
placeholder: "Miscellaneous information that will assist in solving the issue." | ||
|
||
- type: textarea | ||
id: templateLabel | ||
attributes: | ||
label: Label(s) to be applied | ||
value: | | ||
/kind bug | ||
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: 🚨 Failing Test | ||
description: Report continuously failing tests or jobs in Cluster API CI | ||
body: | ||
- type: textarea | ||
id: jobs | ||
attributes: | ||
label: Which jobs are failing? | ||
placeholder: | | ||
Please only use this template for submitting reports about continuously failing tests or jobs in Cluster API CI. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: tests | ||
attributes: | ||
label: Which tests are failing? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: since | ||
attributes: | ||
label: Since when has it been failing? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: testgrid | ||
attributes: | ||
label: Testgrid link | ||
|
||
- type: textarea | ||
id: reason | ||
attributes: | ||
label: Reason for failure (if possible) | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else we need to know? | ||
placeholder: "Miscellaneous information that will assist in fixing the failing test." | ||
|
||
- type: textarea | ||
id: templateLabel | ||
attributes: | ||
label: Label(s) to be applied | ||
value: | | ||
/kind failing-test | ||
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: ✨ Feature request | ||
description: Suggest an idea for this project. | ||
body: | ||
- type: textarea | ||
id: user_story | ||
attributes: | ||
label: What would you like to be added (User Story)? | ||
description: | | ||
A large proposal that works through the design along with the implications of the change can be opened as a CAEP. | ||
See https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#proposal-process-caep | ||
placeholder: "As a [developer/user/operator] I would like to [high level description] for [reasons]." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: detailed_feature_description | ||
attributes: | ||
label: Detailed Description | ||
placeholder: "A clear and concise description of what you want to happen." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else you would like to add? | ||
placeholder: "Miscellaneous information that will assist in solving the issue." | ||
|
||
- type: textarea | ||
id: templateLabel | ||
attributes: | ||
label: Label(s) to be applied | ||
value: | | ||
/kind feature | ||
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: ❄️ Flaking Test | ||
description: Report flaky tests or jobs in Cluster API CI | ||
body: | ||
- type: textarea | ||
id: jobs | ||
attributes: | ||
label: Which jobs are flaking? | ||
description: | | ||
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. | ||
Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: tests | ||
attributes: | ||
label: Which tests are flaking? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: since | ||
attributes: | ||
label: Since when has it been flaking? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: testgrid | ||
attributes: | ||
label: Testgrid link | ||
|
||
- type: textarea | ||
id: reason | ||
attributes: | ||
label: Reason for failure (if possible) | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else we need to know? | ||
placeholder: "Miscellaneous information that will assist in fixing the flaking test." | ||
|
||
- type: textarea | ||
id: templateLabel | ||
attributes: | ||
label: Label(s) to be applied | ||
value: | | ||
/kind flake | ||
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels. |
Oops, something went wrong.