From 984e704207c4b5a80ab760d835acadce022d481c Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Mon, 11 Apr 2022 14:54:34 -0700 Subject: [PATCH] Revert "Add "issue severity" back to GitHub bug template (#23838)" (#23841) This reverts commit de7c0339ec7ab014d32f6b0e8882f1ba0e11e2c0. --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2550a64a0..822d8e91c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -47,16 +47,3 @@ body: until the repro instruction is updated. validations: required: true - - - type: dropdown - attributes: - label: Issue Severity - description: | - How does this issue affect your experience as a Ray user? - multiple: false - options: - - "Low: It annoys or frustrates me." - - "Medium: It is a significant difficulty but I can work around it." - - "High: It blocks me from completing my task." - validations: - required: false