Skip to content

Commit

Permalink
docs: Update labels
Browse files Browse the repository at this point in the history
Signed-off-by: Tanmay Pereira Naik <[email protected]>
  • Loading branch information
tanmay-pnaik committed Nov 24, 2023
1 parent c969f8a commit 43b192f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ body:
Please fill out the template below to make it easier to debug your problem.
If you are not sure if it is a bug or not, you can contact us via the available [support channels](https://github.com/bank-vaults/vault-operator/issues/new/choose).
If you are not sure if it is a bug or not, you can contact us via the available [support channels](https://bank-vaults.dev/docs/support/).
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-operator/issues) for an issue that matches the one I want to file, without success.
- label: I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-secrets-webhook/issues) for an issue that matches the one I want to file, without success.
required: true
- label: I am not looking for support or already pursued the available [support channels](https://github.com/bank-vaults/vault-operator/issues/new/choose) without success.
- label: I am not looking for support or already pursued the available [support channels](https://bank-vaults.dev/docs/support/) without success.
required: true
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct/).
required: true
- type: input
attributes:
Expand All @@ -26,13 +28,6 @@ body:
placeholder: 1.20.0
validations:
required: true
- type: input
attributes:
label: Operator Version
description: What version of the Operator are you using?
placeholder: 1.20.0
validations:
required: true
- type: dropdown
attributes:
label: Installation Type
Expand All @@ -57,7 +52,7 @@ body:
attributes:
label: Kubernetes Distribution/Provisioner
description: Which Kubernetes distribution/privisioner are you using?
placeholder: e.g. GKE, EKS, AKS etc
placeholder: e.g. GKE, EKS, AKS, etc
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -95,7 +90,7 @@ body:
- type: textarea
attributes:
label: Logs
description: Operator application logs (if relevant).
description: Webhook or application logs (if relevant).
render: shell
- type: textarea
attributes:
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🎉 Feature request
description: Suggest an idea for the Vault Secrets Webhook
labels: [kind/enhancement]
body:
- type: markdown
attributes:
Expand All @@ -8,14 +9,16 @@ body:
Please describe what you would like to change/add and why in detail by filling out the template below.
If you are not sure if your request fits into Dex, you can contact us via the available [support channels](https://github.com/bank-vaults/vault-secrets-webhook/issues/new/choose).
If you are not sure if your request fits into Dex, you can contact us via the available [support channels](https://bank-vaults.dev/docs/support/).
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-secrets-webhook/issues) for an issue that matches the one I want to file, without success.
required: true
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct/).
required: true
- type: textarea
attributes:
label: Problem Description
Expand All @@ -35,4 +38,4 @@ body:
- type: textarea
attributes:
label: Additional Information
description: Add any other context about the problem here.
description: Add any other relevant context here.

0 comments on commit 43b192f

Please sign in to comment.