summary refs log tree commit diff stats
path: root/.github/ISSUE_TEMPLATE/bug-report.md
blob: 5270161b420db152288281fc9f1a6c95e45a0e6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.