Skip to content

Commit

Permalink
Merge pull request #291 from kubernetes-sigs/issues-tpl
Browse files Browse the repository at this point in the history
🌱  Add issues templates
  • Loading branch information
k8s-ci-robot authored Sep 20, 2024
2 parents 969e16f + cf2b37b commit 0849d79
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Tell us about a problem you are experiencing
labels: kind/bug

---


**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]


**What did you expect to happen:**


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Environment:**

- Cluster-api-ipam-provider-in-cluster version:
- Cluster-api version:
- Kubernetes version: (use `kubectl version`):
- OS (e.g. from `/etc/os-release`):

/kind bug
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature enhancement request
about: Suggest an idea for this project
labels: enhancement, kind/feature

---


**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


/kind feature
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Release
about: Release checklist
labels: kind/release

---

## Release

Release vX.X.X

## Checklist

- [ ] Update metadata & clusterctl-settings
- [ ] Update docs, (compatibility table, usage etc) .
- [ ] Create tag.
- [ ] Update the created draft release to include (BREAKING Changes, Important Notes).
- [ ] Promote the [image](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-capi-ipam-ic/images.yaml),
- [ ] Publish the release.


/assign @cluster-api-ipam-provider-in-cluster-maintainers
/kind release

0 comments on commit 0849d79

Please sign in to comment.