Skip to content

Commit 733d827

Browse files
committed
update contributing info
1 parent 3b1ba2a commit 733d827

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ supported. In your startup file, change ``source
4848
/usr/local/bin/virtualenvwrapper_bashrc`` to ``source
4949
/usr/local/bin/virtualenvwrapper.sh``.
5050

51+
============
52+
Contributing
53+
============
54+
55+
Before contributing new features to virtualenvwrapper core, consider
56+
whether they should be implemented as an extension instead.
57+
58+
Refer to the `developers docs
59+
<http://www.doughellmann.com/docs/virtualenvwrapper/developers.html>`__
60+
for tips on contributing patches.
61+
5162
=======
5263
License
5364
=======
@@ -69,3 +80,5 @@ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
6980
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
7081
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
7182
PERFORMANCE OF THIS SOFTWARE.
83+
84+
.. _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/

docs/source/developers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ feature requests are all welcome through the `BitBucket site
99
in the form of patches or pull requests are easier to integrate and
1010
will receive priority attention.
1111

12+
.. note::
13+
14+
Before contributing new features to virtualenvwrapper core, please
15+
consider whether they should be implemented as an extension instead.
16+
1217
Building Documentation
1318
======================
1419

0 commit comments

Comments
 (0)