Skip to content

Commit

Permalink
chore: Fix formatting on issue template (aws#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Jun 22, 2023
1 parent 22e10e6 commit 2d37aa6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 14 deletions.
24 changes: 16 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`):
**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
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
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
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
**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

0 comments on commit 2d37aa6

Please sign in to comment.