Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
14 stars 0 forks source link

Update branch name convention in CONTRIBUTING.md #296

Closed adrianusler closed 6 months ago

adrianusler commented 7 months ago

Currently, it still says

Naming Convention:
- For features: feature-<issue-number>-<description>. Example: feature-123-user-authentication.
- For bug fixes: bug-<issue-number>-<description>. Example: bug-456-payment-gateway-error.

Although we have agreed that we now name branches like feature/123-a-message

adrianusler commented 6 months ago

What do you think about this @Michel-Heinz @ab5424 @GereonFeldmann?

ab5424 commented 6 months ago

I don't have an opinion on that.

Michel-Heinz commented 6 months ago

I am all for it. If we use feature/... it will be interpreted as a directory and this simplifies navigation of branches in vscode and gitkraken.