Skip to content
Snippets Groups Projects
Commit e13339c8 authored by Pranali Deshmukh's avatar Pranali Deshmukh
Browse files

Updated Contribution Guidelines

Added line width recommendation for commit descriptions to the contribution
guidelines.
parent 765b08ec
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,11 @@ Closes #1234
down the line) detailing **why** you changed something. There's no need
to specify the **how**: the changes can be inlined.
- While adding the main description please make sure that individual lines
within the body are no longer than 80 columns, ideally a bit less. This makes
it easier to read without scrolling (both in GitLab as well as a terminal with
the default terminal size).
- When committing code on behalf of others use the `--author` option, e.g.
`git commit -a --author "Joe Coder <joe@coder.org>"` and `--signoff`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment