mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
github: use new issue template feature
This helps us to avoid getting feature requests as well as security bugs reported into the issue tracker. Closes #5936
This commit is contained in:
parent
c0f0e400e0
commit
48fb543d7f
@ -1,3 +1,12 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Only file bugs here! Ask questions on the mailing lists https://curl.haxx.se/mail/
|
||||
|
||||
SECURITY RELATED? Post it here: https://hackerone.com/curl
|
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Feature request
|
||||
url: https://curl.haxx.se/mail/
|
||||
about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list.
|
||||
- name: Security vulnerability
|
||||
url: https://hackerone.com/curl
|
||||
about: Please report security problems or just suspected security problems to the curl-security team, to allow us to assess and work on it privately before we release a fix and inform the public.
|
||||
- name: Question
|
||||
url: https://curl.haxx.se/mail/
|
||||
about: Questions should go to the mailing list
|
||||
- name: Commercial support
|
||||
url: https://curl.haxx.se/support.html
|
||||
about: Several companies are offering paid support for curl/libcurl
|
Loading…
Reference in New Issue
Block a user