From 93c888105f289f798503a019d9dc434c60a2a8c1 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Wed, 1 Apr 2020 11:48:26 -0600 Subject: [PATCH] Update ISSUE-LABELLING.md Changes per further discussion in https://github.com/protocol/ipfs-dev-exp/pull/5 from the IPFS org proposal ... - Change `status/waiting` to `status/ready` to avoid implication of "don't touch, waiting for something" - Remove `effort/minutes`, `effort/day`, `effort/week` to avoid requiring folks to get too granular in their estimates - Remove `kind/improvement` in favor of `kind/enhancement` for both net-new features and improvements to existing features; it's a nuance that can be difficult to apply in reality. --- ISSUE-LABELLING.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ISSUE-LABELLING.md b/ISSUE-LABELLING.md index 5ea613c..6745287 100644 --- a/ISSUE-LABELLING.md +++ b/ISSUE-LABELLING.md @@ -117,7 +117,6 @@ that allow submitters to set these labels. > Describes the nature of the issue. * kind/bug -* kind/improvement * kind/test * kind/tracking-issue * kind/question @@ -151,12 +150,9 @@ Values and calibration guidance: Values and calibration guidance: -* effort/minutes: minutes. * effort/hours: one or multiple hours. -* effort/day: one day. -* effort/days: multiple days. -* effort/week: one week. -* effort/weeks: multiple weeks. +* effort/days: one or multiple days. +* effort/weeks: one or multiple weeks. ### Impact (`impact/`) @@ -219,7 +215,7 @@ maintainers. * status/in-progress * status/blocked * status/inactive -* status/waiting +* status/ready * status/rotten ## Implementation plan