Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: 🔼 Parcels feature requests, and other enhancements
about: Suggest an improvement to the parcels codebase.
title: ""
labels: ""
labels: ["needs-triage"]
assignees: ""
---
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_bug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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:
Expand Down