From 4bbbf89f43fac2019c40c9cb892c7677dc3f65ab Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 24 Mar 2021 09:54:12 -0400 Subject: [PATCH] chore(): update process guide for needs reproduction label (#23098) --- .github/PROCESS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/PROCESS.md b/.github/PROCESS.md index 1bba4c4107..ce2efbc290 100644 --- a/.github/PROCESS.md +++ b/.github/PROCESS.md @@ -77,7 +77,15 @@ NOTE: be sure to perform those actions in the order stated. If you add the comme If there is a response to the question, the bot will remove the `needs: reply` and apply the `triage` label. The issue will then go through the triage handling again. -If there is no response within 30 days, the issue will be closed and locked. +If there is no response within 14 days, the issue will be closed and locked. + +### Missing Code Reproduction + +If the information the submitter has supplied is not enough for you to reproduce the issue, add the `ionitron: needs reproduction` label. An automated comment will be added to the thread asking the submitter to provide a code reproduction of the issue. + +This label can also be added when the submitter has supplied some code, but not enough for you to reproduce the issue (i.e. code snippets). + +Issues with this label are not automatically closed and locked, so we manually close and lock them if there is no response within 14 days. ## Workflow