summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSatish Mishra <zicsxone@gmail.com>2022-07-11 22:34:32 +0530
committerSatish Mishra <zicsxone@gmail.com>2022-07-11 22:34:32 +0530
commit5ccd10a679351c8bc4154f0dc169d6cbdc6c0e15 (patch)
tree7270e8e70157314be0199a15d9767446fd13ed8f /.github
parente3e54a14fd0ade84422cd46b1b37772e27be1011 (diff)
downloadnumpy-5ccd10a679351c8bc4154f0dc169d6cbdc6c0e15.tar.gz
removed priority dropdown
Diffstat (limited to '.github')
-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:"