diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7694729 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to Picard +Hey, it’s really great you want to contribute to Picard! Before you dive right in, we have a few pointers on how to contribute. + +## Best Practices + +### Commit Messages +Here are some good ideas for commit messages: +- Keep them to a one line summary. +- Keep them short (50 chars or less). +- Make them relevant to the commit. + +## Commit Process