From 68e950a6bc081a911c89ed9ab631e1c768041870 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 20 Apr 2022 14:02:36 +0300 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 7 +++++++ .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ .github/ISSUE_TEMPLATE/enhancement.md | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..02ed2844 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,7 @@ +--- +name: Bug report +about: If something is definitely wrong in the bridge (rather than just a setup issue), + file a bug report. Remember to include relevant logs. +labels: bug + +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a2807bb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Troubleshooting docs & FAQ + url: https://docs.mau.fi/bridges/general/troubleshooting.html + about: Check this first if you're having problems setting up the bridge. + - name: Support room + url: https://matrix.to/#/#telegram:maunium.net + about: For setup issues not answered by the troubleshooting docs, ask in the Matrix room. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..264e67ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,6 @@ +--- +name: Enhancement request +about: Submit a feature request or other suggestion +labels: enhancement + +---