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

project: add commit message template #15

Merged
merged 1 commit into from
Oct 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .gitmessage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# the title begins with a verb, imperative mode
# no trailing dot
component: summarize changes in 50 char or less

# Focus on why you are making this change as opposed to how (the code
# explains that).
# Wrap line at 72 characters. Bullet points list is better, but full
# paragraphs are possible too.
* Adds your new feature.
* Fixes an existing issue, may closes #issue.
* Improves and existing feature.

# No `Signed-off-by` line anymore.
# Multiple `Co-Authored-by` lines are allowed.
Co-Authored-by: [Your Full Name] <[your-email]>

# https://github.com/inveniosoftware/invenio/blob/master/CONTRIBUTING.rst#commit-messages