Skip to content

Commit

Permalink
github: use new issue template feature
Browse files Browse the repository at this point in the history
This helps us to avoid getting feature requests as well as security
bugs reported into the issue tracker.

Closes #5936
  • Loading branch information
emilengler authored and bagder committed Sep 17, 2020
1 parent c0f0e40 commit 48fb543
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions .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

0 comments on commit 48fb543

Please sign in to comment.