Merge pull request #958 from urfave/ask-for-go-version

Ask for go version
This commit is contained in:
lynn [they] 2019-11-28 21:24:10 -08:00 committed by GitHub
commit 42cb148625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -48,8 +48,14 @@ If you can reproduce this issue with a public CI system, please link a failing b
We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it. You'll want to base the PR off the `v1` branch, all `v1` bug fix releases will be made from that branch. We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it. You'll want to base the PR off the `v1` branch, all `v1` bug fix releases will be made from that branch.
## Run `go version` and paste its output here
```
# paste `go version` output in here
```
## Run `go env` and paste its output here ## Run `go env` and paste its output here
``` ```
# paste it in here # paste `go env` output in here
``` ```

View File

@ -47,9 +47,14 @@ If you can reproduce this issue with a public CI system, please link a failing b
## Want to fix this yourself? ## Want to fix this yourself?
We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it. We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it.
## Run `go version` and paste its output here
```
# paste `go version` output in here
```
## Run `go env` and paste its output here ## Run `go env` and paste its output here
``` ```
# paste it in here # paste `go env` output in here
``` ```