From fb8c8e5d6a8d45f0ee1c9b97acd659dd4b3874a6 Mon Sep 17 00:00:00 2001 From: Enoch <160036989+vavole@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:33:55 +0300 Subject: [PATCH] Update ISSUE_TRIAGE.md Minor syntactic changes on ISSUE_TRIAGE.md --- ISSUE_TRIAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ISSUE_TRIAGE.md b/ISSUE_TRIAGE.md index 25346d0c749e..0c3a78c5b0a9 100644 --- a/ISSUE_TRIAGE.md +++ b/ISSUE_TRIAGE.md @@ -16,7 +16,7 @@ Follow these steps to triage an issue. ### Step 0: Is this a Pages or Wrangler issue? -If the issue refers only to Pages commands then apply the `pages` label and add the issue to the [Pages](https://github.com/orgs/cloudflare/projects/2) Github project. +If the issue refers only to Pages commands, then apply the `pages` label and add the issue to the [Pages](https://github.com/orgs/cloudflare/projects/2) Github project. Otherwise, add the issue to the [Wrangler](https://github.com/orgs/cloudflare/projects/1) Github project, set its status to `Untriaged`, and continue to step 1. @@ -26,7 +26,7 @@ Gauge whether the issue has enough information to act upon. This typically includes the version of Wrangler being used and steps to reproduce. - If the issue may be legitimate but needs more information, add the `needs clarification` label. -- If the issue does not provide clear steps to reproduce the problem then add the `needs reproduction` label. +- If the issue does not provide clear steps to reproduce the problem, then add the `needs reproduction` label. These labels can be revisited if the author can provide further clarification. You can see a list of issues that need revisiting by filtering on ["needs reproduction" and "needs clarification"](https://github.com/cloudflare/workers-sdk/issues?q=is%3Aopen+is%3Aissue+project%3Acloudflare%2F1+label%3A%22needs+clarification%22).