From f2795b73fdb24e549face670f651513615d44f75 Mon Sep 17 00:00:00 2001 From: Gustavo Saavedra Date: Thu, 18 Oct 2018 14:39:11 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3559f12..3225dd8 100644 --- a/README.md +++ b/README.md @@ -305,10 +305,13 @@ users = client.get_users(user_id="") ## Contributing -``` -Fork it ( https://github.com/GearPlug/pipedrive-python/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 -``` +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/pipedrive-python/issues). + +#### If you want to add yourself some functionality to the wrapper: +1. Fork it ( https://github.com/GearPlug/pipedrive-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