Update issue templates
This commit is contained in:
parent
1b072fce15
commit
17adfe8715
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report an error or (likely) unintended behavior in the library
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please provide a complete description of the bug and a code sample (or better yet, a unit test) that reproduces it.
|
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for a new feature
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
10
.github/ISSUE_TEMPLATE/general-questions.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/general-questions.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: General questions
|
||||
about: Ask a general, non-programming question about the library
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
If you have a specific programming question, please [ask on Stack Overflow](https://stackoverflow.com/questions/ask?tags=flurl). It will be answered more quickly and reach a broader audience. Thanks!
|
Loading…
x
Reference in New Issue
Block a user