1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00

Merge pull request #1532 from JohnTitor/issue-template

Add links to Gitter on the issue template
This commit is contained in:
Yuki Okushi 2020-05-23 12:11:59 +09:00 committed by GitHub
commit 0348114ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Gitter channel (actix-web)
url: https://gitter.im/actix/actix-web
about: Please ask and answer questions about the actix-web here.
- name: Gitter channel (actix)
url: https://gitter.im/actix/actix
about: Please ask and answer questions about the actix here.