diff --git a/README.md b/README.md index f19d267..6cfe0fd 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,13 @@ That's all, you should receive notifications every time you create a new user in ## Requirements - requests + +## Contributing +We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions. +#### You can report any bug you find or suggest new functionality with a new [issue](https://github.com/GearPlug/salesforce-python/issues). +#### If you want to add yourself some functionality to the wrapper: +1. Fork it ( https://github.com/GearPlug/salesforce-python ) +2. Create your feature branch (git checkout -b my-new-feature) +3. Commit your changes (git commit -am 'Adds my new feature') +4. Push to the branch (git push origin my-new-feature) +5. Create a new Pull Request