Revisions
-
webframp revised this gist
Apr 27, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ 1. Fork the repository using Github 1. Checkout a named feature branch created from the `develop` branch 1. Write tests using chefspec or serverspec as appropriate. 1. Complete modifications or corrections. 1. Run the tests, ensuring they all pass 1. Submit a Pull Request to the `develop` branch using Github -
Aaron Baer revised this gist
Apr 27, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 1. Fork the repository using Github 1. Checkout a named feature branch created from the `develop` branch 1. Complete modifications or corrections, include tests to support your code 1. Run the tests, ensuring they all pass 1. Submit a Pull Request to the `develop` branch using Github -
Aaron Baer revised this gist
Apr 27, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 1. Fork the repository using Github 1. Create a named feature branch created from the `develop` branch 1. Complete modifications or corrections, include tests to support your code 1. Run the tests, ensuring they all pass -
Aaron Baer revised this gist
Apr 27, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 1. Fork the repository on Github 1. Create a named feature branch created from the `develop` branch 1. Complete modifications or corrections, include tests to support your code 1. Run the tests, ensuring they all pass 1. Submit a Pull Request to the `develop` branch using Github -
Darrin Eden created this gist
Apr 27, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 1. Fork the repository on Github 1. Create a named feature branch based off the `develop` branch 1. Write your change and write tests for your change 1. Run the tests, ensuring they all pass 1. Submit a Pull Request based off the `develop` using Github