diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..49dc288a0d696b0a792e0b7e97824b808491336b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Styleguides + +### Git Commit Messages + +* Use the present tense (`Add feature` instead of `Added feature`) +* Use the imperative mood (`Move cursor to...`instead of `Moves cursor to...`) +* Limit the first line to 72 characters or less +* Reference issues and merge requests liberally after the first line