[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 152/411: github: use new issue template feature
From: |
gnunet |
Subject: |
[gnurl] 152/411: github: use new issue template feature |
Date: |
Wed, 13 Jan 2021 01:19:27 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 48fb543d7f5febdebce94e960e7607164a217b19
Author: Emil Engler <me@emilengler.com>
AuthorDate: Tue Sep 8 08:50:16 2020 +0200
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 => ISSUE_TEMPLATE/bug_report.md} | 9 +++++++++
.github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bug_report.md
similarity index 82%
rename from .github/ISSUE_TEMPLATE
rename to .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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 178/411: dynbuf: make *addf() not require extra mallocs, (continued)
- [gnurl] 178/411: dynbuf: make *addf() not require extra mallocs, gnunet, 2021/01/12
- [gnurl] 157/411: ftp: avoid risk of reading uninitialized integers, gnunet, 2021/01/12
- [gnurl] 170/411: setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument, gnunet, 2021/01/12
- [gnurl] 185/411: strerror: honor Unicode API choice on Windows, gnunet, 2021/01/12
- [gnurl] 176/411: pingpong: remove a malloc per Curl_pp_vsendf call, gnunet, 2021/01/12
- [gnurl] 125/411: dynbuf: make sure Curl_dyn_tail() zero terminates, gnunet, 2021/01/12
- [gnurl] 144/411: tool_writeout: protect fputs() from NULL, gnunet, 2021/01/12
- [gnurl] 160/411: --help: strdup the category, gnunet, 2021/01/12
- [gnurl] 165/411: docs/MQTT: remove outdated paaragraphs, gnunet, 2021/01/12
- [gnurl] 175/411: symbian: drop support, gnunet, 2021/01/12
- [gnurl] 152/411: github: use new issue template feature,
gnunet <=
- [gnurl] 171/411: http_proxy: do not count proxy headers in the header bytecount, gnunet, 2021/01/12
- [gnurl] 166/411: cmake: remove scary warning, gnunet, 2021/01/12
- [gnurl] 151/411: urlapi: use more Curl_safefree, gnunet, 2021/01/12
- [gnurl] 135/411: curl: make checkpasswd use dynbuf, gnunet, 2021/01/12
- [gnurl] 77/411: llist: make it "struct Curl_llist", gnunet, 2021/01/12
- [gnurl] 186/411: ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define, gnunet, 2021/01/12
- [gnurl] 173/411: curl_krb5.h: rename from krb5.h, gnunet, 2021/01/12
- [gnurl] 127/411: curl: use curlx_dynbuf for realloc when loading config files, gnunet, 2021/01/12
- [gnurl] 129/411: test434: test -K use in a single line without newline, gnunet, 2021/01/12
- [gnurl] 184/411: imap: make imap_send use dynbuf for the send buffer management, gnunet, 2021/01/12