-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CONTRIBUTING] Add
.git-commit-template
Meant to help contributors follow our guidelines. This will close ROOT-8915 on JIRA.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Commit summary: Written in the present imperative mood. | ||
# Prefixed by a [scope] tag, not exceeding 50 characters (excl. scope tag). | ||
# # <- 50 chars is here. | ||
[scope] Add/fix/improve/... X | ||
|
||
# Commit message: Describe the 'why' behind the change. Wrap at 72 characters. | ||
# # <- 72 chars is here. | ||
|
||
|
||
# In case the commit fixes a specific issue, uncomment and add the issue ID: | ||
# Fixes https://github.com/root-project/root/issues/ISSUE_ID | ||
|
||
# Tell git to use this commit template by adding it to the repository configuration: | ||
# git config commit.template .git-commit-template | ||
|
||
# See https://github.com/root-project/root/blob/master/CONTRIBUTING.md for more | ||
# information on how to contribute to ROOT. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters