add CONTRIBUTING.md

This commit is contained in:
geemus 2013-12-17 17:46:02 -06:00
parent 05ddd33eec
commit ce6c08d944
1 changed files with 22 additions and 0 deletions

22
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,22 @@
## 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/fog/fog/pulls).
* Review open [issues](https://github.com/fog/fog/issues) for things to help on.
* [Create an issue](https://github.com/fog/fog/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.
* Commit your changes and rebase against `fog/fog` to ensure everything is up to date.
* [Submit a pull request](https://github.com/fog/fog/compare/)
### Non-Coding
* Offer feedback on open [issues](https://github.com/fog/fog/issues).
* Write and help edit [documentation](https://github.com/fog/fog.github.com).
* Translate [documentation](https://github.com/fog/fog.github.com) in to other languages.
* Organize or volunteer at events.
* [Donate](https://www.gittip.com/geemus/)
* Discuss other ideas for contribution with [geemus](mailto:geemus+fog@gmail.com).