Skip to content

Commit e592265

Browse files
techtonikxavfernandez
authored andcommitted
CONTRIBUTING.rst - There is no develop branch anymore
1 parent 000474a commit e592265

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ Contributor notes
1010
Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
1111
inside the ``except`` block to get at exception objects.
1212

13-
* virtualenv uses git-flow_ to `coordinate development`_. The latest stable
14-
version should exist on the *master* branch, and new work should be
15-
integrated to *develop*.
13+
* Pull requests should be made against `master` branch, which is also our
14+
latest stable version.
1615

1716
* All changes to files inside virtualenv_embedded should be integrated to
1817
``virtualenv.py`` with ``bin/rebuild-script.py``.

0 commit comments

Comments
 (0)