Skip to content

Commit

Permalink
chore: Combine issue template sections (#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jun 26, 2023
1 parent 1562a0e commit 9f56f27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ body:
**Versions**:
- Chart Version:
- Kubernetes Version (`kubectl version`):
- type: markdown
attributes:
value: |
* 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
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ body:
label: Description
value: |
**How can the docs be improved?**
- type: markdown
attributes:
value: |
* 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
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ body:
**What problem are you trying to solve?**
**How important is this feature to you?**
- type: markdown
attributes:
value: |
* 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
6 changes: 3 additions & 3 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Fixes #N/A <!-- issue number -->
**How was this change tested?**

**Does this change impact docs?**
- [ ] Yes, PR includes docs updates
- [ ] Yes, issue opened: # <!-- issue number -->
- [ ] No
- [] Yes, PR includes docs updates
- [] Yes, issue opened: # <!-- issue number -->
- [x] No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 comments on commit 9f56f27

Please sign in to comment.