Changes between Version 49 and Version 50 of HowToGit


Ignore:
Timestamp:
May 28, 2019, 4:30:45 AM (5 years ago)
Author:
martinl
Comment:

remove redundant sections

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v49 v50  
    9494Continue do your changes and commit/push them (ideally to a feature branch, see above).
    9595
    96 === Review of pull requests ===
    97 
    98 In the review phase, PRs can be commented and modified.
    99 
    100 TODO add more
    101 
    102 === Merging of pull requests ===
    103 
    104 The CI should run successfully for every commit (chunk of commits in PR to be exact) before it goes into the respective branch.
    105 
    106 How to accept PR:
    107 
    108 '''- to be discussed -'''
    109 
    110 * Merge pull request
    111 
    112 OR
    113 
    114 * Squash and merge
    115 
    116 ... based on PR nature.
    117 
    11896=== Workflow for grass-addons repository ===
    11997