Skip to content

Commit

Permalink
Merge pull request #14 from jkowalleck/patch-1
Browse files Browse the repository at this point in the history
fixed sign-off instructions in CONTRIBUTING
  • Loading branch information
stevespringett committed Jan 26, 2023
2 parents c2c0307 + bc12b76 commit 43aabcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Please follow these rules when writing a commit message:
- Use the imperative mood in the subject line
- Wrap the body at 72 characters
- Use the body to explain what and why vs. how
- Always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can do this automatically by using the -s flag (i.e., git commit -s).
- Always include `Signed-off-by: Author Name <authoremail@example.com>` in every commit message.
You can do this automatically by using git's `-s` flag (i.e., `git commit -s`).

[How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/) is a greate guide to writing good commit messages.

0 comments on commit 43aabcd

Please sign in to comment.