gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]