diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md (renamed from .github/ISSUE_TEMPLATE) | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 14 |
2 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bug_report.md index 452cafb59..65069d5cf 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..4ff627346 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 |