diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..be6946a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +== Contributing to Lettre + +The following guidelines are inspired from the [hyper project](https://github.com/hyperium/hyper/blob/master/CONTRIBUTING.md). + +=== Code formatting + +All code must be formatted using `rustfmt`. + +=== Commit Message Format + +Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject: + +():