]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove outdated instructions from CONTRIBUTING 6326/head
authorJavier Cejudo <javier@javiercejudo.com>
Thu, 26 Feb 2015 11:32:11 +0000 (22:32 +1100)
committerJavier Cejudo <javier@javiercejudo.com>
Thu, 26 Feb 2015 11:54:10 +0000 (22:54 +1100)
CONTRIBUTING.md

index c94bbf4842066029e3683c60486bd3eea9d1e988..e57917105b62cdcf4d87c98787501bf27e303f05 100644 (file)
@@ -35,7 +35,7 @@ bundle exec compass create -r zurb-foundation --using foundation --force
 2. Create your feature branch (`git checkout -b my-new-feature`)
 3. All code should have a 2 space indentation to avoid conflicts.
 4. Test your changes to the best of your ability.
-5. Update the documentation to reflect your changes if they add or changes current functionality. Make sure you are in the docs folder, then run `bundle && bundle exec foreman start` to compile to documentation.
+5. Update the documentation to reflect your changes if they add or change current functionality. Instructions on how to view the documentation locally can be found in the [README](README.md#view-documentation-locally).
 6. Commit your changes (`git commit -am 'Added some feature'`)
 7. Push to the branch (`git push origin my-new-feature`)
 8. Create new Pull Request