Add issue templates

This commit is contained in:
Tulir Asokan 2022-04-19 16:26:09 +03:00
parent b81a6c0a3a
commit 852a316e82
3 changed files with 13 additions and 0 deletions

3
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View file

@ -0,0 +1,3 @@
name: Bug report
description: 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]

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -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/#/#whatsapp:maunium.net
about: For setup issues not answered by the troubleshooting docs, ask in the Matrix room.

View file

@ -0,0 +1,3 @@
name: Enhancement request
description: Submit a feature request or other suggestion
labels: [enhancement]