From 6ebb76044f51cde4fb1259e69383d5af02f43c59 Mon Sep 17 00:00:00 2001 From: Javier Cejudo Date: Thu, 26 Feb 2015 22:32:11 +1100 Subject: [PATCH] Remove outdated instructions from CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2