diff options
| author | Luc Sinet <[email protected]> | 2021-07-04 16:43:45 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 10:43:45 -0400 | 
| commit | 881d57c6ed332d837e990c59249c4e7fe69cfeed (patch) | |
| tree | 32002697618311732a618ee9d120b5d03e79516f | |
| parent | 1988b96afc6a03cedb5fa796792422b61ce4cca9 (diff) | |
Configure the template chooser to include community links. (#644)
| -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. | 
