Skip to content

Instantly share code, notes, and snippets.

@webframp
Forked from slyness/CONTRIBUTING.md
Last active August 29, 2015 14:00

Revisions

  1. webframp revised this gist Apr 27, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion CONTRIBUTING.md
    Original 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. Complete modifications or corrections, include tests to support your code
    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
  2. Aaron Baer revised this gist Apr 27, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion CONTRIBUTING.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1. Fork the repository using Github
    1. Create a named feature branch created from the `develop` branch
    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
  3. Aaron Baer revised this gist Apr 27, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion CONTRIBUTING.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1. Fork the repository on Github
    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
  4. Aaron Baer revised this gist Apr 27, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions CONTRIBUTING.md
    Original 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 based off the `develop` branch
    1. Write your change and write tests for your change
    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 based off the `develop` using Github
    1. Submit a Pull Request to the `develop` branch using Github
  5. Darrin Eden created this gist Apr 27, 2014.
    5 changes: 5 additions & 0 deletions CONTRIBUTING.md
    Original 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