Skip to content

Commit

Permalink
Add triage label to user created issues (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Apr 30, 2024
1 parent c3cfa74 commit 0d4554b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Bug report
description: Scanpy doesn’t do what it should? Please help us fix it!
#title: ...
labels: ['Bug 🐛']
labels:
- Bug 🐛
- Triage 🩺
#assignees: []
body:
- type: checkboxes
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Enhancement request
description: Anything you’d like to see in scanpy?
#title: ...
labels: ['Enhancement ✨']
labels:
- Enhancement ✨
- Triage 🩺
#assignees: []
body:
- type: dropdown
Expand Down

0 comments on commit 0d4554b

Please sign in to comment.