We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
develop
1 parent 000474a commit e592265Copy full SHA for e592265
CONTRIBUTING.rst
@@ -10,9 +10,8 @@ Contributor notes
10
Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
11
inside the ``except`` block to get at exception objects.
12
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*.
+* Pull requests should be made against `master` branch, which is also our
+ latest stable version.
16
17
* All changes to files inside virtualenv_embedded should be integrated to
18
``virtualenv.py`` with ``bin/rebuild-script.py``.
0 commit comments