mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:13:33 +03:00
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
This commit is contained in:
parent
c0f0e400e0
commit
48fb543d7f
2 changed files with 23 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
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
|
||||
|
||||
There are collections of known issues to be aware of:
|
||||
https://curl.haxx.se/docs/knownbugs.html
|
||||
https://curl.haxx.se/docs/todo.html -->
|
||||
|
||||
### I did this
|
||||
|
||||
### I expected the following
|
||||
|
||||
### curl/libcurl version
|
||||
|
||||
[curl -V output]
|
||||
|
||||
### operating system
|
||||
|
||||
<!-- On Unix please post the output of "uname -a" -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue