Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 997 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 997 Bytes

Contributing Guidelines

Issues / PR / Ideas

You can create issues to share ideas or report a problem.
Feel free also to submit pull requests.

Commit Signing

All the commits need to be signed with a PGP key.
Your commit command should look like...

# "S" is upper-case
commit -S -m "your commit message"

... unless you enabled the setting to automatically sign your commits.

# Verify signing is enabled by default
git config commit.gpgsign

The following links will help you to configure your client: