diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..2431ee06 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributing + +1. Fork the project +2. Create a feature branch corresponding to you change +3. Commit and test thoroughly +4. Create a Pull Request on GitHub diff --git a/README.md b/README.md index bd08b001..16e04726 100644 --- a/README.md +++ b/README.md @@ -181,13 +181,6 @@ Priority is a relatively new addition to the cookbook. It gives you the ability However, you can override it using the `priority` option. -## Contributing - -1. Fork the project -2. Create a feature branch corresponding to you change -3. Commit and test thoroughly -4. Create a Pull Request on github - ## License & Authors - Author:: Seth Vargo (sethvargo@gmail.com)