diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2013-02-06 19:01:24 +0000 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2013-02-06 19:01:24 +0000 |
| commit | ff954e16f141bac5696632a50db31cbaf3746044 (patch) | |
| tree | 922b4e2c2cf3e2a73276bf040aaa97ba048a64b6 /docs/dev | |
| parent | 9fc7059140fd5130881d593f2f1e543722b8f23e (diff) | |
| download | python-requests-ff954e16f141bac5696632a50db31cbaf3746044.tar.gz | |
Feature freeze.
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index c3014566..ce7e0326 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -3,15 +3,21 @@ How to Help 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 feature idea or a bug. +#. 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 andstart making your changes to a new branch. -#. Write a test which shows that the bug was fixed or that the feature works as expected. +#. 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>`_. +Feature Freeze +-------------- + +As of v1.0.0, Requests has now entered a feature freeze. Requests for new +features and Pull Requests implementing those features will not be accepted. + Development Dependencies ------------------------ |
