From ed5e5404f10360c30cd695f46ffd2a6280f1e8b9 Mon Sep 17 00:00:00 2001 From: samawia-moin-confiz Date: Mon, 2 May 2016 10:28:08 +0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..011a4b19f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +## Getting Involved + +New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another. + +### Coding + +* Pick a task: + * Offer feedback on open [pull requests](https://github.com/Confiz/fog-azure-rm/pulls). + * Review open [issues](https://github.com/Confiz/fog-azure-rm/issues) for things to help on. + * [Create an issue](https://github.com/Confiz/fog-azure-rm/issues/new) to start a discussion on additions or features. +* Fork the project, add your changes and tests to cover them in a topic branch. + * [Fork](https://github.com/Confiz/fog-azure-rm/fork) + * Create your feature branch (`git checkout -b my-new-feature`) + * Commit your changes (`git commit -am 'Add some feature'`) + * Push to the branch (`git push origin my-new-feature`) + * Create a new pull request +* Commit your changes and rebase against `Confiz/fog-azure-rm` to ensure everything is up to date. +* [Submit a pull request](https://github.com/Confiz/fog-azure-rm/compare/). + +### Non-Coding + +* Offer feedback on open [issues](https://github.com/Confiz/fog-azure-rm/issues). +* Organize or volunteer at events. +* Write and help edit [documentation](https://github.com/Confiz/fog-azure-rm/tree/develop/lib/fog/azurerm/docs). + +## Testing +