From 8fe9add310b3b0b4d4cf0f34483cae11ad381379 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 29 Jun 2020 12:48:14 +0300 Subject: [PATCH] Create issues links --- .github/ISSUE_TEMPLATE/config.yml | 16 ++++++++++++++++ 1 file changed, 16 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..67963a3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,16 @@ +contact_links: + - name: Docker container issues + url: https://github.com/thelounge/thelounge-docker/issues + about: Report issues related to the Docker container here + + - name: Debian package issues + url: https://github.com/thelounge/thelounge-deb/issues + about: Report issues related to the Debian package here + + - name: Arch Linux package issues + url: https://github.com/thelounge/thelounge-archlinux/issues + about: Report issues related to the Arch Linux package here + + - name: General support + url: https://demo.thelounge.chat/?join=%23thelounge + about: Join #thelounge on Freenode to ask a question before creating an issue