forked from cloud-custodian/cloud-custodian
-
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.
Merge pull request #40 from brightcove/master
Sync w/ Master
- Loading branch information
Showing
1,079 changed files
with
119,925 additions
and
6,147 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
This file was deleted.
Oops, something went wrong.
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,63 @@ | ||
name: Bug Report | ||
description: Report an issue about using Custodian | ||
labels: [kind/bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
placeholder: Tell us what happened! | ||
value: "When I entered 2 + 2, I got the answer 6." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-bahavior | ||
attributes: | ||
label: What did you expect to happen? | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: What were you expecting to happen? | ||
value: "I expected 2 + 2 to equal 4, but instead 2 + 2 equaled 6!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: cloud-provider | ||
attributes: | ||
label: Cloud Provider | ||
description: Which cloud provider are you using? | ||
options: | ||
- Amazon Web Services (AWS) | ||
- Microsoft Azure | ||
- Google Cloud (GCP) | ||
- Kubernetes (Alpha) | ||
- OpenStack (Alpha) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Cloud Custodian version and dependency information | ||
description: Please run `custodian version --debug` and paste the output here. | ||
render: shell | ||
- type: textarea | ||
id: policy | ||
attributes: | ||
label: Policy | ||
description: Please copy and paste the policy you are trying to run if applicable. Please exclude any account/sensitive information. Your response will be automatically formatted into YAML, so code-formatting markdown is not necessary. | ||
render: shell | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log/traceback output | ||
description: Please copy and paste any relevant log output. Please exclude any account/sensitive information. Your response will be automatically formatted into YAML, so code-formatting markdown is not necessary. | ||
render: shell | ||
- type: textarea | ||
id: extra-context | ||
attributes: | ||
label: Extra information or context | ||
description: Add any other context about the problem here. |
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,14 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: AWS | ||
url: https://github.com/cloud-custodian/cloud-custodian/discussions/new?category=aws | ||
about: Ask a question or request support for using Cloud Custodian on Amazon Web Services | ||
- name: Azure | ||
url: https://github.com/cloud-custodian/cloud-custodian/discussions/new?category=azure | ||
about: Ask a question or request support for using Cloud Custodian on Microsoft Azure | ||
- name: GCP | ||
url: https://github.com/cloud-custodian/cloud-custodian/discussions/new?category=gcp | ||
about: Ask a question or request support for using Cloud Custodian on Google Cloud Platform | ||
- name: General Questions | ||
url: https://github.com/cloud-custodian/cloud-custodian/discussions/categories/general | ||
about: Ask a general questions about Custodian |
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,25 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: [kind/enhancement] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out this feature enhancement! | ||
- type: textarea | ||
id: describe-feature | ||
attributes: | ||
label: Describe the feature | ||
description: Is your feature request related to a problem? | ||
placeholder: Please describe | ||
value: "I am always frustrated when ..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extra-context | ||
attributes: | ||
label: Extra information or context | ||
description: If you have any workarounds or possible alternatives feel free to add them here. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.