Update issue templates

This commit is contained in:
Todd Menier 2019-01-11 08:28:21 -06:00 committed by GitHub
parent 1b072fce15
commit 17adfe8715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View File

@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for a new feature
title: ''
labels: enhancement
assignees: ''
---

View 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!