From 539e2a8b4274ba201d073e91f1cc1d0f303cebc2 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 11 Jan 2022 23:48:04 +0800 Subject: github: update dead links in issue forms (#6721) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/documentation.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 081fc848..75cadc94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,8 +7,9 @@ body: value: | Thanks for taking the time to fill out this bug report! + - Please use English :) - For questions, ask in [Discussions](https://github.com/gogs/gogs/discussions). - - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md). + - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md). - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues). - type: input attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index d95b743a..99a37267 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -7,8 +7,9 @@ body: value: | Thanks for taking the time to fill out this form! + - Please use English :) - For questions, ask in [Discussions](https://github.com/gogs/gogs/discussions). - - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md). + - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md). - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues). - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6fe2bfea..55295adc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,8 +7,9 @@ body: value: | Thanks for taking the time to fill out this form! + - Please use English :) - For questions, ask in [Discussions](https://github.com/gogs/gogs/discussions). - - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md). + - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md). - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues). - type: textarea attributes: -- cgit v1.2.3