-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from kubernetes-sigs/issues-tpl
🌱 Add issues templates
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 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
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 |
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,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 |
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,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 |