diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f0c6f97f..0d5b9ec8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -9,7 +9,7 @@ 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 @@ -17,9 +17,9 @@ body: 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. 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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9d1b0444..52e578aa 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index a66e1bd3..ac18db81 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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-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 @@ -17,7 +17,7 @@ body: 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. 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: diff --git a/.yamlignore b/.yamlignore index 0fa46f2b..b70d0252 100644 --- a/.yamlignore +++ b/.yamlignore @@ -2,3 +2,4 @@ /e2e/deploy/ /e2e/test/ /test/ +/.github/