diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..12d6ceab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true + +contact_links: +  - name: Matrix community +    url: https://matrix.to/#/+atmachine:matrix +    about: Please ask and answer questions on Matrix. +  - name: Discord community +    url: https://discord.gg/Xb9B4Ny +    about: Please ask and answer questions on Discord. | 
