From a428b073deaed05d5beffc1a7393347bb36f2b0b Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Fri, 2 Oct 2015 16:13:26 +0100 Subject: [PATCH] Adding Contributing.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md 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