1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Expand development instructions, fixes #1259

This commit is contained in:
anatoly techtonik 2013-10-27 19:30:14 +03:00
parent 02fff2b7a0
commit 78c299aee7

View file

@ -11,6 +11,28 @@ Provide a good description of what you're doing and why.
Provide tests that cover your changes and try to run the tests locally first.
Example. Assuming you set up GitHub account, forked pip repository from
https://github.com/pypa/pip to your own page via web interface, and your
fork is located at https://github.com/yourname/pip
::
$ git clone git@github.com:pypa/pip.git
$ cd pip
# ...
$ gid diff
$ git add <modified> ...
$ git status
$ git commit
You may reference relevant issue with #1259 syntax in commit messages to
allow GitHub to link issue and commit number together, with words like
"fixes #1259" you can even make it close relevant issues automatically.
Automated Testing
=================