From: Javier Cejudo Date: Thu, 26 Feb 2015 11:32:11 +0000 (+1100) Subject: Remove outdated instructions from CONTRIBUTING X-Git-Tag: v5.5.2~85^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6326%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove outdated instructions from CONTRIBUTING --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c94bbf484..e57917105 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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