Changes between Version 18 and Version 19 of RFC/6_MigrationGitHub


Ignore:
Timestamp:
Apr 20, 2019, 6:16:37 AM (5 years ago)
Author:
wenzeslaus
Comment:

Add Rules and best practices for using Git section

Legend:

Unmodified
Added
Removed
Modified
  • RFC/6_MigrationGitHub

    v18 v19  
    106106Note that "normal" bugs reported will not carry a label in order to not overload the visual impact and readability.
    107107
     108== Rules and best practices for using Git ==
     109
     110Before the new Git repository is open for writing, we need to have rules and best practices for dealing with the following:
     111
     112* Policy for automatic merge commits due to un-synchronous nature of Git. Do we want to avoid those by `git pull --rebase`?
     113* How to do backports?
     114* A branch for every feature or bug fix in the main repo or is this done in the fork?
     115* ''(add more)''
     116
    108117== Turning SVN/trac into readonly mode ==
    109118