From 9f56f27ad10db54e54d920e00d3bb9ddacfaa7be Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Mon, 26 Jun 2023 11:10:27 -0700 Subject: [PATCH] chore: Combine issue template sections (#4135) --- .github/ISSUE_TEMPLATE/bug.yaml | 4 +--- .github/ISSUE_TEMPLATE/documentation.yaml | 4 +--- .github/ISSUE_TEMPLATE/feature.yaml | 4 +--- .github/pull-request-template.md | 6 +++--- 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 820c6395dbe7..1e4fa4e159d4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 38f764e4f31c..ecc3ba6780ae 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 9b250a972d3c..f6b1db0385d0 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -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 \ No newline at end of file diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 1eae591aae35..22983fb92b79 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -15,8 +15,8 @@ Fixes #N/A **How was this change tested?** **Does this change impact docs?** -- [ ] Yes, PR includes docs updates -- [ ] Yes, issue opened: # -- [ ] No +- [] Yes, PR includes docs updates +- [] Yes, issue opened: # +- [x] No By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.