forked from aws/karpenter-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Simplified ISSUE_TEMPLATE (aws#4098)
- Loading branch information
Showing
5 changed files
with
33 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`): |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |
This file was deleted.
Oops, something went wrong.