From 3dc5f4e948b1114c37a9afd3060dacf099892689 Mon Sep 17 00:00:00 2001 From: William Langford Date: Fri, 17 Aug 2018 09:15:08 -0400 Subject: Create issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7d86efc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Provide a minimal test case to reproduce the behavior. +If the input is large, either attach it as a file, or [create a gist](https://gist.github.com) and link to it here. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment (please complete the following information):** + - OS and Version: [e.g. macOS, Windows, Linux (please specify distro)] + - jq version [e.g. 1.5] + +**Additional context** +Add any other context about the problem here. -- cgit v1.2.3