Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
tweak issue template
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nathany committed Jul 29, 2016
1 parent 622dff8 commit 122e0fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Please ensure that you are using the latest version of Buford and its dependencies before reporting an issue.
Please ensure that you are using the latest version of Buford and its dependencies before reporting an issue. Use the `-u` flag with `go get` as described in the [README](https://github.com/RobotsAndPencils/buford/blob/master/README.md#installation).

NOTE: please don't include your device token or certificate password in issues.

What did you do? (steps to reproduce or a code sample is helpful)
What did you expect to see?
What did you see instead?
1. What version of Go are you using (`go version`)?
2. What operating system (GOOS) are you using (`go env`) and what version?
3. What did you do? (steps to reproduce or a code sample is helpful)
4. What did you expect to see?
5. What did you see instead?
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Also see Apple's [Local and Remote Notification Programming Guide][notification]

### Installation

This library requires [Go 1.6.2](https://golang.org/dl/) or better.
This library requires [Go 1.6.3](https://golang.org/dl/) or better.

```
go get -u -d github.com/RobotsAndPencils/buford
Expand Down

0 comments on commit 122e0fb

Please sign in to comment.