Skip to content

Commit

Permalink
updated contributing: reordered bottom list item
Browse files Browse the repository at this point in the history
  • Loading branch information
umpc committed Jun 28, 2017
1 parent 284e8a5 commit 058b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Feel free to submit an issue or pull request. Each change will be considered bas
When creating an issue, please be sure to include the following to ensure that your question can be answered:

* A detailed description of the issue or question.
* A working snippet of code that demonstrates the issue being brought up.
* Steps taken to try and solve the issue or answer the question independently. If you are unsure of any steps to attempt, please say so.
* The version of Go being used.
* The commit ID of the code being used:
```sh
git -C $GOPATH/src/github.com/umpc/go-sortedmap rev-parse --short HEAD
```
* A working snippet of code that demonstrates the issue being brought up.

## Pull Requests

Expand Down

0 comments on commit 058b2a6

Please sign in to comment.