Skip to content

Commit

Permalink
project: add commit message template
Browse files Browse the repository at this point in the history
* Adds commit message template for consistency in commit messages between RERO projects.

Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Oct 9, 2019
1 parent 9d0e02f commit d112c45
Showing 1 changed file with 17 additions and 0 deletions.
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

0 comments on commit d112c45

Please sign in to comment.