Skip to content

Commit 0849d79

Browse files
authored
Merge pull request #291 from kubernetes-sigs/issues-tpl
🌱 Add issues templates
2 parents 969e16f + cf2b37b commit 0849d79

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a problem you are experiencing
4+
labels: kind/bug
5+
6+
---
7+
8+
9+
**What steps did you take and what happened:**
10+
[A clear and concise description of what the bug is.]
11+
12+
13+
**What did you expect to happen:**
14+
15+
16+
**Anything else you would like to add:**
17+
[Miscellaneous information that will assist in solving the issue.]
18+
19+
20+
**Environment:**
21+
22+
- Cluster-api-ipam-provider-in-cluster version:
23+
- Cluster-api version:
24+
- Kubernetes version: (use `kubectl version`):
25+
- OS (e.g. from `/etc/os-release`):
26+
27+
/kind bug
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature enhancement request
3+
about: Suggest an idea for this project
4+
labels: enhancement, kind/feature
5+
6+
---
7+
8+
9+
**Describe the solution you'd like**
10+
[A clear and concise description of what you want to happen.]
11+
12+
13+
**Anything else you would like to add:**
14+
[Miscellaneous information that will assist in solving the issue.]
15+
16+
17+
/kind feature

.github/ISSUE_TEMPLATE/release.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Release
3+
about: Release checklist
4+
labels: kind/release
5+
6+
---
7+
8+
## Release
9+
10+
Release vX.X.X
11+
12+
## Checklist
13+
14+
- [ ] Update metadata & clusterctl-settings
15+
- [ ] Update docs, (compatibility table, usage etc) .
16+
- [ ] Create tag.
17+
- [ ] Update the created draft release to include (BREAKING Changes, Important Notes).
18+
- [ ] Promote the [image](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-capi-ipam-ic/images.yaml),
19+
- [ ] Publish the release.
20+
21+
22+
/assign @cluster-api-ipam-provider-in-cluster-maintainers
23+
/kind release

0 commit comments

Comments
 (0)