diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index da1453756eba..820c6395dbe7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -2,14 +2,22 @@ name: Bug description: Report a bug labels: bug body: -- type: markdown - attributes: | - **Observed Behavior**: +- type: textarea + attributes: + label: Description + value: | + **Observed Behavior**: - **Expected Behavior**: + **Expected Behavior**: - **Reproduction Steps** (Please include YAML): + **Reproduction Steps** (Please include YAML): - **Versions**: - - Chart Version: - - Kubernetes Version (`kubectl version`): \ No newline at end of file + **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 3532e748a263..38f764e4f31c 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -2,6 +2,14 @@ name: Documentation description: How the docs be improved? labels: documentation body: +- type: textarea + attributes: + label: Description + value: | + **How can the docs be improved?** - type: markdown - attributes: | - **How can the docs be improved?** \ No newline at end of file + 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 ec600bdfc0fe..9b250a972d3c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -2,8 +2,16 @@ name: Feature description: Suggest an idea for a new feature labels: feature body: -- type: markdown - attributes: | - **What problem are you trying to solve?** +- type: textarea + attributes: + label: Description + value: | + **What problem are you trying to solve?** - **How important is this feature to you?** \ No newline at end of file + **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