Skip to content

Commit

Permalink
docs: Misc fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tanmay Pereira Naik <59953366+tanmay-pnaik@users.noreply.github.com>
  • Loading branch information
tanmay-pnaik committed Nov 24, 2023
1 parent d0691c6 commit dedb82b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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-secrets-webhook/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-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-secrets-webhook/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
Expand Down Expand Up @@ -52,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 @@ -90,7 +90,7 @@ body:
- type: textarea
attributes:
label: Logs
description: Webhook application logs (if relevant).
description: Webhook or application logs (if relevant).
render: shell
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
Expand Down Expand Up @@ -38,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 dedb82b

Please sign in to comment.