From dd1d470073a97217e7bc8e3d43d805b781c4f41c Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 24 Sep 2023 19:59:04 +0200 Subject: [PATCH] gh: remove links in favour of the same text that is now in the bug template --- .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/config.yml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0ea754bd42..0d4096d4de 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -17,6 +17,7 @@ body: If you just need help with something, then: * [Check the documentation](https://docs.locust.io/en/stable/) + * [Check the FAQ](https://github.com/locustio/locust/wiki/FAQ) in the wiki * Search [Stack Overflow](https://stackoverflow.com/questions/tagged/locust), or [ask there](https://stackoverflow.com/questions/ask) yourself. If you tag it with `locust` we will see it. * Ask on [Slack](https://locustio.slack.com) [(signup)](https://communityinviter.com/apps/locustio/locust) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 720f8d1c7d..3ba13e0cec 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1 @@ blank_issues_enabled: false -contact_links: - - name: FAQ - url: https://github.com/locustio/locust/wiki/FAQ - about: Check the FAQ in the wiki - - name: Question - url: https://stackoverflow.com/questions/tagged/locust - about: Ask questions and look for answers on StackOverflow - - name: Chat - url: https://communityinviter.com/apps/locustio/locust - about: Talk to other Locust users on Slack (locustio.slack.com)