Skip to content

Commit

Permalink
chore: Simplified ISSUE_TEMPLATE (aws#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Jun 22, 2023
1 parent 18fe199 commit 71f69bf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
33 changes: 19 additions & 14 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
---
name: Bug Report
about: Report a bug
title: ''
name: Bug
description: Report a bug
labels: bug
assignees: ''
body:
- type: textarea
attributes:
label: Description
value: |
**Observed Behavior**:
---
**Expected Behavior**:
**Observed Behavior**:
**Reproduction Steps** (Please include YAML):
**Expected Behavior**:

**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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/documentation.yaml

This file was deleted.

23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
name: Feature
about: Suggest an idea for a new feature
title: ''
description: Suggest an idea for a new feature
labels: feature
assignees: ''
body:
- type: textarea
attributes:
label: Description
value: |
**What problem are you trying to solve?**
---

**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 71f69bf

Please sign in to comment.