-
Notifications
You must be signed in to change notification settings - Fork 47
Contribution Guidelines
utkarsh2012 edited this page May 31, 2011
·
3 revisions
If you want to change something or add a new functionality, please do following these guidelines:
-
Create a github account
-
Go to the master python-ebay repository and click the fork button to create a copy attached to your account.
-
Checkout the code:
git clone git://github.com/your_user_name/python-ebay.git
4. Do some programming
5. Commit your changes: git commit -a
6. Push your changes back to github:
git push git://github.com/your_user_name/python-ebay.git
7. Do a pull request and tell us what you have done so it can be integrated. The best way to describe about your code is to write a simple test/usage of the operation you have written in test folder of the project.
If you have found some bugs, please report them in issues: https://github.com/roopeshvaddepally/python-ebay/issues
Help:
- How to send a pull request: http://help.github.com/pull-requests/