Skip to content

Commit

Permalink
Merge branch 'kubernetes-sigs:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
snehala27 authored May 24, 2024
2 parents 89b707c + 8e8650c commit 72ce003
Show file tree
Hide file tree
Showing 1,564 changed files with 113,885 additions and 34,342 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ cmd/clusterctl/clusterctl/**
**/bin/**
**/out/**

# go.work files
go.work
go.work.sum

# Test binary, build with `go test -c`
**/*.test

Expand Down
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/failing-test.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/failing_test.yaml
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.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/flaking-test.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/flaking_test.yaml
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.
Loading

0 comments on commit 72ce003

Please sign in to comment.