From 48332e896316c4e0b80c1441879111d4f5a09aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 14 Feb 2016 19:21:48 +0000 Subject: [PATCH] Remove paragraph about coding style in CONTRIBUTING Travis CI automatically checks for this now --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 287b4acf..be68d972 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,10 +23,6 @@ easy*](https://github.com/thelounge/lounge/issues?q=is%3Aopen+is%3Aissue+label%3 or [*help wanted*](https://github.com/thelounge/lounge/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%22help+wanted%22). -When you submit some code, make sure it respects the overall coding style that -is currently in place. If you do not, our reviewers will surely let you know you -should :smile: (that is, until an automated checker takes over the yelling). - Also, make sure that your PRs do not contain unnecessary commits. If you think some of your commits should be merged into a single one, feel free to [squash them](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History).