From 4b6e7aa29958b0019aead7b055f8a6fc90ae34d5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 29 Jan 2023 20:36:55 +0100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/01-report-a-bug.yml | 2 +- .github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml | 2 +- .github/ISSUE_TEMPLATE/03-request-a-change.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-report-a-bug.yml b/.github/ISSUE_TEMPLATE/01-report-a-bug.yml index fcfcef0f3..24111dffa 100644 --- a/.github/ISSUE_TEMPLATE/01-report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-report-a-bug.yml @@ -36,7 +36,7 @@ body: are relevant to the bug, in order to show that you have consulted and thoroughly read it. Additionally, list links to possibly related open and closed [issues](https://github.com/squidfunk/mkdocs-material/issues) - or [discussions](https://github.com/squidfunk/mkdocs-material/discussions) + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) you encountered when searching our issue tracker. [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#related-links) value: |- diff --git a/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml b/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml index 1b2e1e70f..56c4f51eb 100644 --- a/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml +++ b/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml @@ -27,7 +27,7 @@ body: that are impacted by the issue you described above. If applicable, add screenshots. Additionally, list links to possibly related open and closed [issues](https://github.com/squidfunk/mkdocs-material/issues) - or [discussions](https://github.com/squidfunk/mkdocs-material/discussions) + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) you encountered when searching our issue tracker. [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/#related-links) value: |- diff --git a/.github/ISSUE_TEMPLATE/03-request-a-change.yml b/.github/ISSUE_TEMPLATE/03-request-a-change.yml index edc5196ba..2fbbbd2fc 100644 --- a/.github/ISSUE_TEMPLATE/03-request-a-change.yml +++ b/.github/ISSUE_TEMPLATE/03-request-a-change.yml @@ -93,5 +93,5 @@ body: required: true - label: >- I have included relevant links to [the documentation](https://squidfunk.github.io/mkdocs-material), related [issues](https://github.com/squidfunk/mkdocs-material/issues) - or [discussions](https://github.com/squidfunk/mkdocs-material/discussions) to underline the need for my idea. + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) to underline the need for my idea. required: true