Open jiri-janousek opened 9 years ago
@jnv, I've drafted some rules for this repository. Do you have any feedback or objections to them?
Seems alright, maybe just the Don't use Github to do a merge. point could use some clarification; I assume the reason is an unnecessary noise generated by merge commits in the history.
I think these rules should go to the CONTRIBUTING.md file, possibly under a separate section for maintainers.
Branches
master
branch clean and functional, because it's the stable/production/release branch.Merge
git merge --ff-only
to merge branches with a single commit (rebase on master if necessary).git merge --no-ff --no-commit
to merge branches with more then one commit, then commit the merge with a very descriptive commit message (no bare commit messages likeMerged branch foo
).Release
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.