Contributing to Mangle
Contribution Flow
git remote add upstream https://github.com/vmware/mangle.gitgit checkout -b my-new-feature mastergit commit -agit push origin my-new-featureStaying In Sync With Upstream
git checkout my-new-featuregit fetch -agit pull --rebase upstream mastergit push --force-with-lease origin my-new-featureUpdating pull requests
Code Style
Formatting Commit Messages
Reporting Bugs and Creating Issues
Repository Structure
Mis à jour
Ce contenu vous a-t-il été utile ?