Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Apr 21, 2020
1 parent 7b89250 commit db0f442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For contributor use:

- [ ] Targeted PR against `master` branch
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [standards mentioned here](/CONTRIBUTING.md#go-styleguide).
- [ ] Code follows the [standards mentioned here](/CONTRIBUTING.md#styleguides).
- [ ] Updated relevant documentation
- [ ] Re-reviewed `Files changed` in the Github PR explorer
- [ ] Added appropriate labels
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Create an issue and provide the following information:
Unsure where to begin contributing to the Flow Go SDK?
You can start by looking through these `good-first-issue` and `help-wanted` issues:

- [Good first issues][https://github.com/onflow/flow-go-sdk/labels/good%20first%20issue]:
- [Good first issues](https://github.com/onflow/flow-go-sdk/labels/good%20first%20issue):
issues which should only require a few lines of code, and a test or two.
- [Help wanted issues][https://github.com/onflow/flow-go-sdk/labels/help%20wanted]:
- [Help wanted issues](https://github.com/onflow/flow-go-sdk/labels/help%20wanted):
issues which should be a bit more involved than `good-first-issue` issues.

Both issue lists are sorted by total number of comments.
Expand Down

0 comments on commit db0f442

Please sign in to comment.