seedcase-project / team

Documentation specific to the Seedcase team, like onboarding, common configuration files, and meeting agendas and minutes.
https://team.seedcase-project.org
0 stars 0 forks source link

Add pages on best git workflows and practices? #34

Open signekb opened 10 months ago

signekb commented 10 months ago

Maybe we could benefit from having explicit best-practice guidelines for e.g., good commit messages, issues, prs?

I think this would also be helpful for the Onboarding page.

If you agree, I can spend some time writing drafts for these pages.

lwjohnst86 commented 10 months ago

Yes! Completely agree, it's been on my to-do list. If you want to start something, that would be fabulous!

signekb commented 10 months ago

Great! Will give it a go after my vacation 👍

lwjohnst86 commented 10 months ago

Just linking this reference here on using the slash within git branches to separate things: https://code.erpenbeck.io/git/2021/03/01/git-naming-conventions/

lwjohnst86 commented 9 months ago

related to commit messages: https://www.conventionalcommits.org/en/v1.0.0-beta.2/

signekb commented 9 months ago

Yep, have looked at conventional commits. Should I write that up as the recommended convention for commit messages?