From b3ae6eae04ab57dd92d981b29990a394f13f2812 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 22 Sep 2014 09:30:14 +0200 Subject: [PATCH] Added RFC ready status, added new label to label list --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d7f0ab5f..f218f4b62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,10 +27,10 @@ You must follow these guidelines if you wish to contribute to the PocketMine-MP * Use descriptive commit titles * __No merge commits are allowed, or multiple features per pull request__ -## RFC and voting +## RFC and Voting * These are big Pull Requests or contributions that change important behavior. * RFCs will be tagged with the *PR: RFC* label -* A vote will be held. All users can vote commenting on the Pull Request +* A vote will be held once the RFC is ready. All users can vote commenting on the Pull Request * Comments MUST use "Yes" or "No" on the FIRST sentence to signify the vote, except when they don't want it to be counted. * If your comment is a voting comment, specify the reason of your vote or it won't be counted. * After voting has been closed, no further votes will be counted. @@ -103,6 +103,7 @@ Category labels are prefixed by `C:`. Multiple category labels may be applied to Pull Requests are prefixed by `PR:`. Only one label may be applied for a Pull Request. - PR: Bug Fix - This label is applied when the Pull Request fixes a bug. - PR: Contribution - This label is applied when the Pull Request contributes code to PocketMine-MP such as a new feature or an improvement. + - PR: RFC - Request for Comments #### Status Status labels show the status of the issue. Multiple status labels may be applied.