Clarify that specs are needed in almost all PRs

This commit is contained in:
Raimond Garcia
2018-07-31 20:08:36 +02:00
committed by GitHub
parent 909df04c7c
commit deafddae3c

View File

@@ -34,7 +34,7 @@ If you want to contribute code to solve an issue:
* Fork the project. * Fork the project.
* Create a topic branch based on master. * Create a topic branch based on master.
* Commit there your code to solve the 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). * Make sure all test are passing (and add specs to test any new feature you've added).
* Follow these [best practices](https://github.com/styleguide/ruby) * 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.