This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Commit convetion #15
Flugschnitzel
started this conversation in
Guideline
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All commit-messages should follow a specific format:
<Type>-#<IssueId>: <Message>
ℹ️ If no corresponding issue exists, then use
0
for the IssueId.Valid types:
FE
: Commits, that mainly affect the frontendBE
: Commits, that mainly affect the backendDC
: Commits, that only affect the documentationCH
: Miscellaneous commits (chore), e.g. modifying.gitignore
Examples:
BE-#1: Init Backend
FE-#2: Init Frontend
DC-#0: Updated README
CH-#0: Updated .gitignore
Beta Was this translation helpful? Give feedback.
All reactions