Reminder for commit messages #188
umitcan07
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
For a quick reference, here is the basic definitions of the types: build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
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
-
Since we've begun or sprint of feature development,
let's remind ourselves to use conventional commit messages and PR names.
(We will most frequently use "Squash and Merge" so the commit messages in the branches will not be necessarily relevant but the PR title will be regarded as the commit message when merging into main.
An example PR title (hence the commit name) we've used with @hks1444:
chore(web): bootstrap the repo
chore: type of work
web: relevant app/subrepo
short and descriptive.
Beta Was this translation helpful? Give feedback.
All reactions