From 2267f3b719c0335a6aae68b9b1703dc275ad1408 Mon Sep 17 00:00:00 2001 From: Viddesh <69793689+Viddesh1@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:10:26 +0530 Subject: [PATCH] Create config.yml for redirecting to github discussion room and discort server Added a blank issue template for redirecting the developer/end user to github discussion room and discord server. As a result the end user can ask for the help in appropriate dedicated platform and learn from it through fasthtml community. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8f0aa338 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Start a discussion + url: https://github.com/AnswerDotAI/fasthtml/discussions + about: You can ask for help here! + - name: Join our Discord + url: https://discord.gg/qcXvcxMhdP + about: Join our community on Discord!