-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit conventions #4
Comments
can the "module/file" bit be removed? commits already tell you which files have been modified right in the message. |
Maybe the P.S. I don't work at apple. |
I also think that module/file is unnecessary - the file path gives you that. There's good advice on writing git commit messages here: |
The idea is to not need to do |
The commit conventions should be as follows:
project_component: module/file: comment
For example:
build: Travis.yml: Add new CI job
The text was updated successfully, but these errors were encountered: