Skip to content

Commit

Permalink
Merge pull request #40 from brightcove/master
Browse files Browse the repository at this point in the history
Sync w/ Master
  • Loading branch information
bc-jcarlson authored Jun 7, 2022
2 parents 867b463 + d0c4506 commit 23a8423
Show file tree
Hide file tree
Showing 1,079 changed files with 119,925 additions and 6,147 deletions.
25 changes: 0 additions & 25 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,6 @@ variables:
- group: CustodianCoreCI

jobs:
- job: 'CustodianCask'
displayName: 'Tool Tests - Cask'
pool:
vmImage: 'Ubuntu-18.04'
steps:
- checkout: self
fetchDepth: 1
- task: GoTool@0
inputs:
version: '1.12.6'
- script: make test
workingDirectory: tools/cask/

- job: 'CustodianOmniSSM'
displayName: 'Tool Tests - OmniSSM'
pool:
vmImage: 'Ubuntu-18.04'
steps:
- checkout: self
fetchDepth: 1
- task: GoTool@0
inputs:
version: '1.12.6'
- script: make test
workingDirectory: tools/omnissm/

- job: 'CustodianDockerBuild'
displayName: 'Docker Build'
Expand Down
45 changes: 0 additions & 45 deletions .azure-pipelines/cask-release.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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.


13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

Loading

0 comments on commit 23a8423

Please sign in to comment.