Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue tracking bug reporting template. #233

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug Report
about: Bug reporting for pktd/pktwallet/pktctl
title: ''
labels: ''
assignees: ''

---

* When submitting a bug report, please provide a brief description of your build environment, and attach the output of:
* `go version`
* `go env`
* `git describe --tags --always --abbrev=40`
* `git status -s -b`

* macOS X users should attach the output of:
* `uname -a`
* `sw_vers`
* `system_profiler -detailLevel mini`
* `serverinfo --plist`

* Linux users should attach the output of:
* `uname -a`
* `cat /etc/*elease`
* `lsb_release -a`.

* Windows users should attach the *PowerShell* output of:
* `Get-CimInstance Win32_OperatingSystem | FL * | ?{$_ -notmatch 'SerialNumber'}`

* Users of all POSIX environments (*including* OS X, WSL/WSL2, Linux, other UNIX systems, etc.) should attach the output of:
* `command -p getconf -a`.