From e6a2b60bb9cf6bad8b368d8762949559d447fc13 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 8 Dec 2014 15:45:54 -0800 Subject: [PATCH] docs(TRIAGING.md): improve process around `PRs plz!` label --- TRIAGING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TRIAGING.md b/TRIAGING.md index 8ae46a574334..edb30bb8ef11 100644 --- a/TRIAGING.md +++ b/TRIAGING.md @@ -55,7 +55,11 @@ This process based on the idea of minimizing user pain * inconvenience - causes ugly/boilerplate code in apps 1. Label `component: *` * In rare cases, it's ok to have multiple components. -1. Label `PRs plz!` - These issues are good targets for PRs from the open source community. Apply to issues where the problem and solution are well defined in the comments, and it's not too complex. +1. Label `PRs plz!` - These issues are good targets for PRs from the open source community. In addition to applying this label, you must: + * Leave a comment explaining the problem and solution so someone can easily finish it. + * Assign the issue to yourself. + * Give feedback on PRs addressing this issue. + * You are responsible for mentoring contributors helping with this issue. 1. Label `origin: google` for issues from Google 1. Assign a milestone: * Backlog - triaged fixes and features, should be the default choice