diff options
author | Emil Engler <me@emilengler.com> | 2020-09-08 08:50:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-17 13:58:18 +0200 |
commit | 48fb543d7f5febdebce94e960e7607164a217b19 (patch) | |
tree | c41000997ac4f1d02bf97230497b9e7c5c9ee6f7 /.github | |
parent | c0f0e400e0bc43cbe8c42c6937ed0ac743a8d81a (diff) | |
download | curl-48fb543d7f5febdebce94e960e7607164a217b19.tar.gz |
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
Diffstat (limited to '.github')
-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 |