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


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • RFC/6_MigrationGitHub

    v18 v20  
    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
     
    121130   * implement a continuous mirror on !GitLab.com including the issues and wiki.
    122131   * See https://docs.gitlab.com/ee/workflow/repository_mirroring.html
     132    * The mirroring is only for the repository, not the issues or wiki.
    123133
    124134