mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: Add GitHub issue config.yml
This allows us to link to the mailing list and forum within the issue tracker, hopefully discouraging users to ask questions even more. see https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
This commit is contained in:
parent
1dfd16536f
commit
0a2a918234
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: HAProxy Mailing List
|
||||
url: https://www.mail-archive.com/haproxy@formilux.org/
|
||||
about: Questions are best directed to HAProxy Mailing list or the HAProxy Forum.
|
||||
- name: HAProxy Forum
|
||||
url: https://discourse.haproxy.org/
|
||||
about: Questions are best directed to HAProxy Mailing list or the HAProxy Forum.
|
||||
Loading…
Reference in a new issue