mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-03-11 18:24:23 -05:00
Suggest contributors use 'rake test'
Added a note to the contributing guidelines suggesting that contributors use 'rake test'.
This commit is contained in:
@@ -26,7 +26,7 @@ should submit a Pull Request!
|
||||
* Add a test for your change. Only refactoring and documentation changes
|
||||
require no new tests. If you are adding functionality or fixing a bug,
|
||||
we need a test!
|
||||
* Run _all_ the tests to ensure nothing else was broken. We only take pull requests with passing tests.
|
||||
* Run _all_ the tests to ensure nothing else was broken. We only take pull requests with passing tests. You can run the tests with `rake test`.
|
||||
* Make a note in the `CHANGELOG.md` file with a brief summary of your change under the heading "Unreleased" at the top of the file. If that heading does not exist, you should add it.
|
||||
* Check for unnecessary whitespace with `git diff --check` before committing.
|
||||
* Structure your commit messages like this:
|
||||
|
||||
Reference in New Issue
Block a user