Procedures
Getting back on a project
- Check that the Git configuration is up to date (in Magit)
- Checkout the
develop
branch (if using git-flow) - Bump the version to the next
-dev
one and reate an [Unreleased] section in theCHANGELOG.md
- Rename the
master
branch tomain
- Update the
CONTRIBUTING.md
andREADME.md
if necessary