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 | |
parent | 144a76d965226a43de72e59d7fed12ee74bb56ec (diff) | |
download | getwtxt-c2b434b152e62e8c5b398d0f914be467cba5d171.tar.gz |
Update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 27 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 27 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 20 |
3 files changed, 74 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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0c72e53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..f3689ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest new features for getwtxt! +title: "[REQUEST]" +labels: enhancement +assignees: gbmor + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |