From 8eb8bb9a59865443f3c773f4aae9533d0616fd79 Mon Sep 17 00:00:00 2001 From: Raimond Garcia Date: Tue, 31 Jul 2018 20:10:03 +0200 Subject: [PATCH] Remove unused cleanup section Contributors seem to prefer concrete issues rather that general cleanup guidelines Removing to make CONTRIBUTING.md more succinct and helpful --- CONTRIBUTING.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a7ddf88d..5a6639f0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,15 +40,6 @@ If you want to contribute code to solve an issue: **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) -## Cleaning up - -In the rush of time sometimes things get messy, you can help us cleaning things up: - -* implement [pending specs](https://travis-ci.org/consul/consul) -* increase [code coverage](https://coveralls.io/github/consul/consul?branch=master) -* improve [code quality](https://codeclimate.com/github/consul/consul) -* make [code consistent](https://github.com/bbatsov/rubocop) - ## Other ways of contributing without coding * If you think there's a feature missing, or find a bug, create an issue (make sure it has not already been reported).