-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I'd like to propose the following after 1.7.0 has been released:
While working on #53 I checked the Git log and it is basically unreadable. The proposal to work like in src/ports/doc:
- Linear history
- No merge commits (no noise)
- Fixup/squash is imperative (no one is interested in intermediate commit)
- Rebase your branch before merging it (i.e., 1. and 2.)
- If a PR addresses a commit add " (#{id})" at the end of a commit summary and complete the message with "Closes #{num}"/"Fixes #{num}"
GitHub will autolink commits and issues to establish context. This will give us a clean, traceable overview of changes making git bisect very easy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels