Skip to content

Commit dff6745

Browse files
pablogsalezio-melotti
authored andcommitted
Add exception regarding personal branches (python#276)
* Add exception regarding personal branches * Fix punctuation.
1 parent c2bc751 commit dff6745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

committing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ repositories means you have to be more careful with your workflow:
207207
dedicated to maintenance of the work before the work gets integrated in the
208208
main repository.
209209

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+
210214
* You should not commit directly into the ``master`` branch, or any of the
211215
maintenance branches (currently ``2.7`` or ``3.6``). You should commit against
212216
your own feature branch, and create a pull request.

0 commit comments

Comments
 (0)