Skip to content
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

docs: new commit message template #28

Merged
merged 2 commits into from
May 28, 2022
Merged

Conversation

Julien00859
Copy link
Member

@Julien00859 Julien00859 commented May 3, 2022

Often users don't know how to respect our commit guidelines, we loose
time explaining them how to write good commit messages. Using this
template the default commit message is changed to include a minimalistic
tutorial.

For now this template is opt-in, you can enable it via the following
command:

git config commit.template .gitmessage

@Julien00859 Julien00859 force-pushed the main-git-msg-tmpl-laz branch 2 times, most recently from 8de25d9 to c3ebee3 Compare May 3, 2022 12:57
@Julien00859 Julien00859 mentioned this pull request May 3, 2022
Often users don't know how to respect our commit guidelines, we loose
time explaining them how to write good commit messages. Using this
template the default commit message is changed to include a minimalistic
tutorial.

For now this template is opt-in, you can enable it via the following
command:

    git config commit.template .gitmessage

The "chore" type replaces the many "ci", "build", "test", "docs" and
"rel". It is the miscellaneous type to use when the change is not
related to the code.
@fblanchetNaN fblanchetNaN merged commit ff7a738 into main May 28, 2022
@fblanchetNaN fblanchetNaN deleted the main-git-msg-tmpl-laz branch June 4, 2022 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants