Skip to content

Commit 753c2ec

Browse files
authored
fix: typos in issue template (#228)
Signed-off-by: Bence Csati <bcsati@cisco.com>
1 parent 6e8e3e7 commit 753c2ec

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ body:
99
1010
Please fill out the template below to make it easier to debug your problem.
1111
12-
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/).
12+
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).
1313
- type: checkboxes
1414
attributes:
1515
label: Preflight Checklist
1616
description: Please ensure you've completed all of the following.
1717
options:
1818
- label: I have searched the [issue tracker](https://www.github.com/bank-vaults/bank-vaults.dev/issues) for an issue that matches the one I want to file, without success.
1919
required: true
20-
- label: I am not looking for support or already pursued the available [support channels](https://github.com/bank-vaults/bank-vaults.dev/issues/new/choose) without success.
20+
- label: I am not looking for support or already pursued the available [support channels](https://bank-vaults.dev/docs/support) without success.
21+
required: true
22+
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct).
2123
required: true
2224
- type: textarea
2325
attributes:

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ contact_links:
55
about: Suggest an improvement to the documentation
66

77
- name: 📚 Documentation
8-
url: https://bank-vaults.dev/docs/
8+
url: https://bank-vaults.dev/docs
99
about: Check the documentation for help
1010

1111
- name: 💬 Slack channel
12-
url: https://eti.cisco.com/slack
12+
url: https://outshift.slack.com/messages/bank-vaults
1313
about: Please ask and answer questions here

.github/ISSUE_TEMPLATE/feature_request.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ body:
99
1010
Please describe what you would like to change/add and why in detail by filling out the template below.
1111
12-
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/).
12+
If you are not sure if your request fits into the Bank-Vaults Documentation, you can contact us via the available [support channels](https://bank-vaults.dev/docs/support).
1313
- type: checkboxes
1414
attributes:
1515
label: Preflight Checklist
1616
description: Please ensure you've completed all of the following.
1717
options:
1818
- label: I have searched the [issue tracker](https://www.github.com/bank-vaults/bank-vaults.dev/issues) for an issue that matches the one I want to file, without success.
1919
required: true
20+
- label: I agree to follow the [Code of Conduct](https://bank-vaults.dev/docs/code-of-conduct).
21+
required: true
2022
- type: textarea
2123
attributes:
2224
label: Problem Description

0 commit comments

Comments
 (0)