Skip to content

Commit

Permalink
fix: typo in issue template (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 authored Jun 3, 2024
1 parent 28fd531 commit a6affab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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://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://github.com/bank-vaults/vault-operator/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/).
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct).
required: true
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contact_links:
about: Ask and discuss questions with other Bank-Vaults community members

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

- name: 💬 Slack channel
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,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://github.com/bank-vaults/vault-operator/issues/new/choose).
If you are not sure if your request fits into the Vault Operator, 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://github.com/bank-vaults/vault-operator/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
Expand Up @@ -2,3 +2,4 @@
/e2e/deploy/
/e2e/test/
/test/
/.github/

0 comments on commit a6affab

Please # to comment.