diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d4be797 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6661c88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for a new feature +title: '' +labels: enhancement +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/general-questions.md b/.github/ISSUE_TEMPLATE/general-questions.md new file mode 100644 index 0000000..6faf977 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-questions.md @@ -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!