diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 12:11:43 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 12:11:43 -0400 |
| commit | 7f14db17c8612aed71a181b084455b71e130ffc8 (patch) | |
| tree | af0bdbaffebb36570f3c5f13bedecedcdfaeb08d /docs/dev | |
| parent | 14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee (diff) | |
| download | python-requests-7f14db17c8612aed71a181b084455b71e130ffc8.tar.gz | |
new requests namespace
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/contributing.rst | 2 | ||||
| -rw-r--r-- | docs/dev/todo.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 93181dad..265994b3 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -187,7 +187,7 @@ through the `GitHub issues`_, **both open and closed**, to confirm that the bug hasn't been reported before. Duplicate bug reports are a huge drain on the time of other contributors, and should be avoided as much as possible. -.. _GitHub issues: https://github.com/kennethreitz/requests/issues +.. _GitHub issues: https://github.com/requests/requests/issues Feature Requests diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index d4862fbb..f2e572ce 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -6,11 +6,11 @@ Requests is under active development, and contributions are more than welcome! #. Check for open issues or open a fresh issue to start a discussion around a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet. -#. Fork `the repository <https://github.com/kennethreitz/requests>`_ on GitHub and start making your +#. Fork `the repository <https://github.com/requests/requests>`_ on GitHub and start making your changes to a new branch. #. Write a test which shows that the bug was fixed. #. Send a pull request and bug the maintainer until it gets merged and published. :) - Make sure to add yourself to `AUTHORS <https://github.com/kennethreitz/requests/blob/master/AUTHORS.rst>`_. + Make sure to add yourself to `AUTHORS <https://github.com/requests/requests/blob/master/AUTHORS.rst>`_. Feature Freeze -------------- |
