From b69688223961d912e2d08934f136f8c08d1d3fe1 Mon Sep 17 00:00:00 2001 From: Andrew Parker Date: Fri, 3 Oct 2014 17:14:14 -0700 Subject: [PATCH] (maint) Remove reference to other platforms The "other platforms" is language from puppet where we don't always have access to various OS and version combinations. Strings is much simpler and so it isn't really relevant. --- CONTRIBUTING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fc7363..ed3c7c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,9 @@ # How to contribute -Third-party patches are essential for keeping strings great. We simply can't -access the huge number of platforms and myriad configurations for running -strings. We want to keep it as easy as possible to contribute changes that -get things working in your environment. There are a few guidelines that we -need contributors to follow so that we can have a chance of keeping on -top of things. +Third-party patches are essential for keeping strings great. We want to keep it +as easy as possible to contribute changes that get things working in your +environment. There are a few guidelines that we need contributors to follow so +that we can have a chance of keeping on top of things. ## Getting Started