Implement Branch Naming Guidelines #96
PaulGoldschmidt
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It is to mention that GitHub itself provides a naming convention for branches based on issues which we could use, with the requirement of using issues everywhere. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use Case
To help identification across spezi-related projects, I would like to start a discussion around using a well-defined branch-naming guideline.
Problem
Currently, we use very different approaches to naming branches in different projects of this ecosystem. This can lead to confusion on which branch does what, especially for new devs.
Solution
Implement a system of naming-convention guidelines, e.g.:
Alternatives considered
We just could leave the current system (which, to my knowledge does not follow a convention) which worked fine over the last few years.
Additional context
We are not the first with a push in this direction leading to good resources (e.g. on Medium or by Microsoft)
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions