]> source.dussan.org Git - svg.js.git/commitdiff
added small paragraph about on how to prevent pushing failing commits
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 12 Nov 2016 22:28:35 +0000 (23:28 +0100)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 12 Nov 2016 22:49:22 +0000 (23:49 +0100)
README.md

index 6d39156539ca528adbc3c5cbb1139ccdb4d43566..6d69d1bb5bd9b41ad0503cbd1fcfcbca30641509 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4075,13 +4075,13 @@ Before running the specs you will need to build the library. Be aware that pull
 ## Building
 After contributing you probably want to build the library to run some specs. Make sure you have Node.js installed on your system, `cd` to the svg.js directory and run:
 
-``` sh
+```sh
 $ npm install
 ```
 
 Build SVG.js by running `gulp`:
 
-``` sh
+```sh
 $ npm run build
 ```
 
@@ -4100,6 +4100,10 @@ $ npm test
 
 To run the test suite in your default browser, simply open `/spec/SpecRunner.html`. Usually by double click.
 
+If you are the cautious type, you might want to read,
+[before you push](https://github.com/svgdotjs/svg.js/wiki/Before-you-push)
+, on how to prevent pushing failing commits.
+
 ## Compatibility
 
 ### Desktop