-
Who can help me reduce my dependency on #github? I am looking for (proven) alternatives to PR-based workflows for collaborative development (beyond patches by email). I am particularly concerned about the separation of essential information from the source #Git repo -- for example in PR descriptions/tags from which versions are determined and changelogs are generated.
I am already looking at #radicle, and #ConventionalCommit (via something like https://commitizen-tools.github.io/commitizen).
TIA!