Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in issue template #438

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +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://bank-vaults.dev/docs/support/).
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://bank-vaults.dev/docs/support/) 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/).
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct).
required: true
- type: input
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ contact_links:
about: Suggest an improvement to the documentation

- name: 📚 Documentation
url: https://bank-vaults.dev/docs/mutating-webhook/
url: https://bank-vaults.dev/docs/mutating-webhook
about: Check the documentation for help

- name: 💬 Slack channel
url: https://eti.cisco.com/slack
url: https://outshift.slack.com/messages/bank-vaults
about: Please ask and answer questions here
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,15 +9,15 @@ 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://bank-vaults.dev/docs/support/).
If you are not sure if your request fits into the Vault Secrets Webhook, 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/).
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct).
required: true
- type: textarea
attributes:
Expand Down
1 change: 1 addition & 0 deletions .yamlignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/deploy/
/e2e/deploy/
/e2e/test/
/.github/
Loading