Skip to content

Commit

Permalink
chore: Simplified ISSUE_TEMPLATE (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jun 21, 2023
1 parent 4d6cfc1 commit 90165ec
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 156 deletions.
72 changes: 11 additions & 61 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,68 +1,18 @@
---
name: Bug Report
description: Report a bug in Karpenter
about: Report a bug
title: ''
labels: bug
body:
- type: textarea
id: version
attributes:
label: Version
description: |
https://github.com/aws/karpenter/releases
value: |
<!-- helm ls -A --all -o json | jq '.[] | select(.name=="karpenter") | .app_version' -r -->
__Karpenter Version:__ v0.0.0
<!-- kubectl version | grep Server -->
__Kubernetes Version:__ v1.0.0
validations:
required: true
assignees: ''

- type: textarea
id: expected
attributes:
label: Expected Behavior
description: |
Briefly describe what you expected to happen
validations:
required: true
---

- type: textarea
id: actual
attributes:
label: Actual Behavior
description: |
Briefly describe what is actually happening
validations:
required: true
**Observed Behavior**:

- type: textarea
id: steps
attributes:
label: Steps to Reproduce the Problem
description: |
How can a maintainer reproduce this issue (be detailed)?
validations:
required: true
**Expected Behavior**:

- type: textarea
id: specs-logs
attributes:
label: Resource Specs and Logs
description: |
Include Provisioner spec(s), pod spec(s), and Karpenter controller logs when you experienced the bug
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: true
**Reproduction Steps** (Please include YAML):

- type: textarea
id: community-note
attributes:
label: Community Note
description: |
Please keep this note for the community
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
validations:
required: true
**Versions**:
- Chart Version:
- Kubernetes Version (`kubectl version`):
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/docs-request.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Documentation
about: How the docs be improved?
title: ''
labels: documentation
assignees: ''

---

**How can the docs be improved?**
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Feature
about: Suggest an idea for a new feature
title: ''
labels: feature
assignees: ''

---

**What problem are you trying to solve?**

**How important is this feature to you?**
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/request.yaml

This file was deleted.

0 comments on commit 90165ec

Please sign in to comment.