Skip to content

Commit

Permalink
Add "issue severity" back to GitHub bug template (#23838)
Browse files Browse the repository at this point in the history
Adds back the "Issue severity" dropdown to the bug template so that Ray users can have a way of reporting UX problems. Made some changes to try to streamline issue reporting:

- made this field optional
- moved the field to be last
- slightly changed some of the wording
  • Loading branch information
stephanie-wang committed Apr 11, 2022
1 parent 87d1f97 commit de7c033
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,16 @@ 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

0 comments on commit de7c033

Please sign in to comment.