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.
1 parent c2bc751 commit dff6745Copy full SHA for dff6745
committing.rst
@@ -207,6 +207,10 @@ repositories means you have to be more careful with your workflow:
207
dedicated to maintenance of the work before the work gets integrated in the
208
main repository.
209
210
+ An exception to this rule: you can make a quick edit through the web UI of
211
+ GitHub, in which case the branch you create can exist for less than 24 hours.
212
+ This exception should not be abused and be left only for very simple changes.
213
+
214
* You should not commit directly into the ``master`` branch, or any of the
215
maintenance branches (currently ``2.7`` or ``3.6``). You should commit against
216
your own feature branch, and create a pull request.
0 commit comments