Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
0245cf6a
Commit
0245cf6a
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Add link to tpope's blog post about commit messages
parent
2d7d29d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+5
-1
5 additions, 1 deletion
CONTRIBUTING.md
with
5 additions
and
1 deletion
CONTRIBUTING.md
+
5
−
1
View file @
0245cf6a
...
...
@@ -59,7 +59,10 @@ Refactoring suggestions and / or pull requests are welcome!
-
Make sure your commit messages are in a proper format.
-
Use the present tense ("Add feature" not "Added feature").
-
Use the imperative mood ("Change foo to..." not "Changes foo to...").
-
Limit the first line to 72 characters or less.
-
Limit the line length to 80 characters or less (72 for the first line).
-
Have the second line be empty.
-
If in doubt about the format, read
[
Tim Pope's note about git commit
messages
][
web_tbaggery
]
.
-
If the commit addresses an issue filed
**on GitHub**
please
**DO NOT**
reference that issue in the commit message (issue tracking is done in the
[
primary repository in the Uni Basel GitLab
][
web_autotx_gitlab
]
).
...
...
@@ -92,4 +95,5 @@ actually does.
[
web_robosharp
]:
https://github.com/tjscience/RoboSharp
[
web_robosharp_fork
]:
https://git.scicore.unibas.ch/vamp/robosharp
[
web_commit
]:
https://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention
[
web_tbaggery
]:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[
web_autotx_gitlab
]:
https://git.scicore.unibas.ch/vamp/auto-tx
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment