From 48fb543d7f5febdebce94e960e7607164a217b19 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Tue, 8 Sep 2020 08:50:16 +0200 Subject: 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 --- .github/ISSUE_TEMPLATE | 19 ------------------- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 3 files changed, 42 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 452cafb59..000000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,19 +0,0 @@ - - -### I did this - -### I expected the following - -### curl/libcurl version - -[curl -V output] - -### operating system - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..65069d5cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +### I did this + +### I expected the following + +### curl/libcurl version + +[curl -V output] + +### operating system + + 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 -- cgit v1.2.1