From 6708a7d26d3102414b154100b2c136d9b6492aeb Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 6 Jan 2016 02:18:47 -0300 Subject: [PATCH] added contributing file --- contributing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..a49ab86 --- /dev/null +++ b/contributing.md @@ -0,0 +1,10 @@ +## Contributing + +Help improve these docs. Open an [issue](https://github.com/milligram/milligram/issues/new) or submit a pull request. + +- Navigate to the main page of the repository +- [Fork it!](https://github.com/milligram/milligram#fork-destination-box) +- Create your feature branch: git checkout -b my-new-feature +- Commit your changes: git commit -m 'Add some feature' +- Push to the branch: git push origin my-new-feature +- Submit a pull request =D \ No newline at end of file