From 166afeaf4a603b1660aa113d4912446ef8058547 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 4 Jul 2018 13:21:19 -0400 Subject: [PATCH] Remove suggestion to wait for Star releases - Only 25% of users use Star, so waiting for something is requesting bookkeeping (i.e. trying not to forget to document it when the time comes) for the benefit of a minority of users. - "technically" the stuff in the docs is meant to be compiler-neutral, so it's very weird to have a CONTRIBUTING instruction that indicates a specific distribution of a specific compiler --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0b739921..0072505e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,9 +50,6 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc). ## Documenting versions * If you are adding a recently introduced feature, please indicate in a note which version was it introduced in. -* Try to add documentation - for [Star versions](https://rakudo.org/files/star/source). Features - introduced into non-star versions should probably wait. * If you change an example to use the new feature, leave the old example if it's still working, at least while it's not obsolete, for people who has not upgraded yet, clarifying in the text around it the versions it will