Changes between Version 49 and Version 50 of HowToGit
- Timestamp:
- 05/28/19 04:30:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v49 v50 94 94 Continue do your changes and commit/push them (ideally to a feature branch, see above). 95 95 96 === Review of pull requests ===97 98 In the review phase, PRs can be commented and modified.99 100 TODO add more101 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 request111 112 OR113 114 * Squash and merge115 116 ... based on PR nature.117 118 96 === Workflow for grass-addons repository === 119 97