...

Text file src/github.com/shirou/gopsutil/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/shirou/gopsutil/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve gopsutil
     4
     5---
     6
     7**Describe the bug**
     8[A clear and concise description of what the bug is.]
     9
    10**To Reproduce**
    11```go
    12// paste example code reproducing the bug you are reporting
    13```
    14
    15**Expected behavior**
    16[A clear and concise description of what you expected to happen.]
    17
    18**Environment (please complete the following information):**
    19 - [ ] Windows: [paste the result of `ver`]
    20 - [ ] Linux: [paste contents of `/etc/os-release` and the result of `uname -a`]
    21 - [ ] Mac OS: [paste the result of `sw_vers` and `uname -a`
    22 - [ ] FreeBSD: [paste the result of `freebsd-version -k -r -u` and  `uname -a`]
    23 - [ ] OpenBSD: [paste the result of `uname -a`]
    24
    25**Additional context**
    26[Cross-compiling? Paste the command you are using to cross-compile and the result of the corresponding `go env`]

View as plain text