Skip to content

Commit

Permalink
chore: Fix formatting on issue template (aws#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Jun 22, 2023
1 parent 602ebba commit 22e10e6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
25 changes: 11 additions & 14 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---
name: Bug Report
about: Report a bug
title: ''
name: Bug
description: Report a bug
labels: bug
assignees: ''
body:
- type: markdown
attributes: |
**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`):
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
name: Documentation
about: How the docs be improved?
title: ''
description: How the docs be improved?
labels: documentation
assignees: ''

---

**How can the docs be improved?**
body:
- type: markdown
attributes: |
**How can the docs be improved?**
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
name: Feature
about: Suggest an idea for a new feature
title: ''
description: Suggest an idea for a new feature
labels: feature
assignees: ''
body:
- type: markdown
attributes: |
**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?**

0 comments on commit 22e10e6

Please sign in to comment.