Skip to content

Commit

Permalink
update template with inspect command (#2747)
Browse files Browse the repository at this point in the history
* update template with `inspect` command
  • Loading branch information
frrist authored May 8, 2019
1 parent 51f4e8d commit f51cd27
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ Steps to reproduce the behavior:
**Screenshots**
<!-- If applicable, add logging output or screenshots to help explain your problem. -->

<!-- Please fill out this information below completely. It will help us solve your issue faster. -->
**Diagnostic information**
<!-- If you are having issues running go-filecoin, please include the following: -->
- Filecoin Inspect Ouput: <!-- go-filecoin inspect all -->
- Current Head: <!--go-filecoin chain head -->
- Connected Peers: <!-- go-filecoin swarm connect -->

**Version information**
<!-- please fill out this information below completely, it will help us solve your issue faster -->
<!-- if you are trying to build go-filecoin -->
<!-- If you are having issue building go-filecoin please include the following: -->
- Go: <!-- go version -->
- Rust: <!-- rustc --version -->
- Cargo: <!-- cargo --version -->
- Commit: <!-- git rev-parse HEAD -->
- Go Env: <!-- go env -->
- CC: <!-- $(go env | grep -E "^CC" | sed -e 's/.*\=//' | sed -e 's/^"//' -e 's/"$//') --version -->



_go env_
```
<!-- go env -->
```
_cc_
```
<!-- $(go env | grep -E "^CC" | sed -e 's/.*\=//' | sed -e 's/^"//' -e 's/"$//') --version -->
```
<!-- if you are running go-filecoin -->
- Version: <!-- go-filecoin version -->

**Additional context**
<!-- Add any other context about the problem here. -->

0 comments on commit f51cd27

Please sign in to comment.