Improve Readme with PRs-welcome badge, plus PR guide link

Why:

* Try to make the repo more friendly for first time contributors and any contributor on general

How:

* Adding a PRs-welcom badget that links to the issues list filtered by PRs-welcome label
* Adding a Link to on the Contributing guide to a free course about Pull Request and Contributions on Github.
This commit is contained in:
Bertocq
2017-06-29 18:32:26 +02:00
parent f24256c13f
commit 76ac788823
4 changed files with 9 additions and 2 deletions

View File

@@ -35,7 +35,9 @@ If you want to contribute code to solve an issue:
* Commit there your code to solve the issue.
* Make sure all test are passing (and add specs to test any new feature if needed).
* Follow these [best practices](https://github.com/styleguide/ruby)
* Open a *pull request* to the main repository describing what issue you are addressing.
* Open a *pull request* to the main repository describing what issue you are addressing.
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
## Cleaning up