diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-12 03:40:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 03:40:48 -0400 |
commit | c2b434b152e62e8c5b398d0f914be467cba5d171 (patch) | |
tree | a1e88c829491b84d25fbd0e5a12b92e5b9ae5ec1 /.github/ISSUE_TEMPLATE/bug-report.md | |
parent | 144a76d965226a43de72e59d7fed12ee74bb56ec (diff) | |
download | getwtxt-c2b434b152e62e8c5b398d0f914be467cba5d171.tar.gz |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..5270161 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Help improve getwtxt by informing us of issues +title: "[BUG]" +labels: bug +assignees: gbmor + +--- + +**Basic Information** +Please include at the very least: +* `go version` +* `go env` +* `getwtxt` version (numeric tag or commit ID) +* The OS you're using + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Exact steps to reproduce the behavior + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here. |