Skip to content

Commit 185fbeb

Browse files
authored
Merge pull request #58 from maxcao13/pr-template
docs(repo): add ISSUE_TEMPLATES and PR templates
2 parents fd62ced + 2b6466d commit 185fbeb

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Bug
2+
description: Report a bug
3+
labels: ['kind/bug']
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
value: |
9+
**Observed Behavior**:
10+
11+
**Expected Behavior**:
12+
13+
**Reproduction Steps** (Please include YAML):
14+
15+
**Versions**:
16+
- Karpenter Cluster-API Provider Version:
17+
- Cluster-API Version and Provider:
18+
- Kubernetes Version (`kubectl version`):
19+
20+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
21+
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
22+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Feature
2+
description: Suggest an idea for a new feature
3+
labels: ['kind/feature']
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
value: |
9+
**What problem are you trying to solve?**
10+
11+
**How important is this feature to you?**
12+
13+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
14+
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
15+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment

.github/pull-request-template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- Please follow the guidelines at https://www.conventionalcommits.org/en/v1.0.0/ and use one of the following in your title:
2+
feat: <-- New features that require a MINOR version update
3+
fix: <-- Bug fixes that require at PATCH version update
4+
chore: <-- Smaller changes that impact behavior but aren't large enough to be features
5+
perf: <-- Code changes that improve performance but do not impact behavior
6+
docs: <-- Documentation changes that do not impact code
7+
test: <-- Test changes that do not impact behavior
8+
ci: <-- Changes that affect test or rollout automation
9+
!${type}: <-- Include ! if your change includes a backwards incompatible change.
10+
-->
11+
12+
Fixes #N/A <!-- issue number -->
13+
14+
**Description**
15+
16+
**How was this change tested?**
17+
18+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)