[bisq-network/style] The commit history of all repos should be kept clear (#14)

erciccione notifications at github.com
Fri Sep 6 10:36:39 UTC 2019


At the moment there is no workflow in place for the maintainement of the git history. This results in all bisq repositories having a very messy and heavy history. There are also many merge commits inside pull requests, which got merged. That is an extremely discouraged approach, since merge commits (beside messing with the git tree) make things even harder to read. It's currently impossible to effectively browse the git history.

Maintainers and contributors should both take care of the problem and make sure only meaningful and self-contained commits are merged.

An easy but effective workflow would be:

1. Contributors are asked to squash their commits and keep history clean
2. If the contributor hasn't squashed or there are merge commits in the PR, the **maintainers should use the *Squash and Merge* option when merging**.

I think these two ways of handle contributions and commits should be introduced as soon as possible.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/style/issues/14
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190906/74d8037c/attachment.html>


More information about the bisq-github mailing list