Add issue types to issue templates (#1045)

This commit is contained in:
Emily Davis 2025-04-10 14:30:10 -06:00
parent efb47951b5
commit 685a4b733c
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ about: Did you find a problem in InVEST? Let us know!
title: ''
labels: ''
assignees: ''
type: 'Bug'
---

View File

@ -4,6 +4,7 @@ about: Have an idea for a new InVEST feature? Let us know!
title: ''
labels: ''
assignees: ''
type: 'Feature'
---