From: William Langford Date: Fri, 17 Aug 2018 13:15:08 +0000 (-0400) Subject: Create issue template X-Git-Tag: 1.6rc2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc5f4e948b1114c37a9afd3060dacf099892689;p=jq Create issue template --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7d86efc --- /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.