diff options
author | Gislene Pereira <gislene01@gmail.com> | 2016-02-15 11:50:54 -0300 |
---|---|---|
committer | Gislene Pereira <gislene01@gmail.com> | 2016-02-15 11:53:12 -0300 |
commit | e6ceffb47de0ddf3565fce7e7482f0921299976a (patch) | |
tree | 01650836e8eee9c223edb53fd2931a7c18581f9a | |
parent | 67cec782f75ebaa007b91b47fe5fa087249d0efb (diff) |
Fixing Beginners link in Contributing readme.
Adding missing verb in a phrase.
Issue #593
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1e04cd5..bc410b68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,11 +24,11 @@ We follow a simplified fork + pull request workflow: * Implement the change * Send a pull request against the master branch. Please make sure the automated tests are passing, as indicated by GitHub on the pull requests. * Please keep your feature branch updated. Rebase your branch against upstream changes on the master branch, resolve any conflicts and make sure the tests are staying green. -* Your pull request will reviewed and merged +* Your pull request will be reviewed and merged ### What to work on -Our [Kanban board "Tablero"](https://pixboard.herokuapp.com) provides an overview of issues that are ready to play or awaiting QA. If you're just getting familiar with Pixelated, see the [issues labeled 'Beginner'](labels/Beginners). +Our [Kanban board "Tablero"](https://pixboard.herokuapp.com) provides an overview of issues that are ready to play or awaiting QA. If you're just getting familiar with Pixelated, see the [issues labeled 'Beginner'](https://github.com/pixelated/pixelated-user-agent/labels/Beginners). Generally, all issues that have no user assigned are awaiting work and free to play. If you want to make sure, or you think it will take more than a couple of days to complete your work, please reach out to us using the contact info above. |