We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4817b commit ddb90fdCopy full SHA for ddb90fd
.github/ISSUE_TEMPLATE/01_feature.md
@@ -2,6 +2,6 @@
2
name: 🔼 Parcels feature requests, and other enhancements
3
about: Suggest an improvement to the parcels codebase.
4
title: ""
5
-labels: ""
+labels: ["needs-triage"]
6
assignees: ""
7
---
.github/ISSUE_TEMPLATE/02_bug.yaml
@@ -1,6 +1,6 @@
1
name: "🐛 Bug Report"
description: Describe a bug in the parcels codebase. For support related to your specific use case, please post in Q&A in our Discussions tab.
-labels: ["bug"]
+labels: ["bug", "needs-triage"]
body:
- type: "input"
attributes:
0 commit comments