]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add link to 'Running unit tests wiki page'
authornodiscc <nodiscc@gmail.com>
Tue, 23 Jun 2015 18:51:16 +0000 (20:51 +0200)
committernodiscc <nodiscc@gmail.com>
Tue, 23 Jun 2015 18:51:16 +0000 (20:51 +0200)
Fixes https://github.com/shaarli/Shaarli/issues/234

CONTRIBUTING.md

index b819e0b975ffc7eac05697af703da47849b32018..054b9a3f1628901f1a52412aae2971487394d9d6 100644 (file)
@@ -57,6 +57,7 @@ Please report any problem you might find.
  * starting from branch ` master`, switch to a new branch (eg. `git checkout -b my-awesome-feature`)
  * edit the required files (from the Github web interface or your text editor)
  * add and commit your changes with a meaningful commit message (eg `Cool new feature, fixes issue #1001`)
+ * run unit tests against your patched version, see [Running unit tests](https://github.com/shaarli/Shaarli/wiki/Running-unit-tests)
  * Open your fork in the Github web interface and click the "Compare and Pull Request" button, enter required info and submit your Pull Request.
 
 All changes you will do on the `my-awesome-feature`  in the future will be added to your Pull Request. Don't work directly on the master branch, don't do unrelated work on your  `my-awesome-feature` branch.