Skip to content

Commit

Permalink
Merge pull request #836 from jmdeal/update-issue-templates
Browse files Browse the repository at this point in the history
ci: update issue templates
  • Loading branch information
k8s-ci-robot committed Dec 4, 2023
2 parents 7bd6e29 + e341665 commit 0ce84f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Bug
description: Report a bug
labels: bug
body:
labels: ['kind/bug', 'needs-triage']
body:
- type: textarea
attributes:
label: Description
value: |
value: |
**Observed Behavior**:
**Expected Behavior**:
**Reproduction Steps** (Please include YAML):
**Versions**:
- Chart Version:
- Kubernetes Version (`kubectl version`):
- Chart Version:
- Kubernetes Version (`kubectl version`):
* 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
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature
description: Suggest an idea for a new feature
labels: feature
body:
labels: ['kind/feature', 'needs-triage']
body:
- type: textarea
attributes:
label: Description
Expand All @@ -12,4 +12,4 @@ body:
* 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
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
* If you are interested in working on this issue or have submitted a pull request, please leave a comment

0 comments on commit 0ce84f6

Please sign in to comment.