summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 631699ab7..2d0f102ca 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -50,24 +50,6 @@ body:
validations:
required: true
-- type: dropdown
- attributes:
- label: "Please select priority:"
- description: |
- Critical - The issue prevents users from running NumPy or causes crashes.
- High - Issues that negatively affect someone’s work or that are critical for the project.
- Medium -Issues that are important for the project, but not critical.
- Low - Issues that are not critical for the project.
- Trivial - The issue is a cosmetic issue or a very low-priority bug.
- options:
- - P1 (Critical)
- - P2 (High)
- - P3 (Medium)
- - P4 (Low)
- - P5 (Trivial)
- validations:
- required: true
-
- type: textarea
attributes:
label: "Context for the issue:"