Adding 🆕 label to github issue templates

This commit is contained in:
Micah Ellison 2019-11-18 18:59:57 -08:00
parent 4318da5b06
commit 4244ffb2ff
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: bug, :new:
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for jrnl
title: ''
labels: enhancement
labels: enhancement, :new:
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Support Request
about: Get help with jrnl
title: ''
labels: support
labels: support, :new:
assignees: ''
---