Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samawia-moin-confiz committed May 2, 2016
1 parent ddd641c commit ed5e540
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ed5e540

Please sign in to comment.