From 4c0b4aa358d0e52778f4eb91e93ed95cc1ba8753 Mon Sep 17 00:00:00 2001 From: Andrea Vacondio Date: Sun, 1 Nov 2015 17:50:52 +0100 Subject: [PATCH] Fixed case --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46b328d69..b11f5262b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ You verified the points above and you want to open an issue. Code contribution ---------- - - we need you to sign [our CLA]. + - We need you to sign [our CLA]. - Before starting to write large amounts of code talk to us. Open an issue or send us an email, we can discuss together how to proceed. - We are very strict with the code style. Code format and templates for the Eclipse IDE are included in the pdfsam-docs module as well as the checkstyle plugin configuration, use them. - Include unit tests to cover your feature or bugfix.