Adding "new" labels to new issues

This commit is contained in:
Micah Jerome Ellison 2019-11-18 19:18:26 -08:00
parent e9d12f7a77
commit e525ed8fe1
3 changed files with 3 additions and 4 deletions

View file

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

View file

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

View file

@ -2,7 +2,7 @@
name: Support Request
about: Get help with jrnl
title: ''
labels: support, ":new:"
labels: ":new:, support"
assignees: ''
---
@ -24,4 +24,3 @@ If you would fill out the below points, that would make our process a whole lot
* **What have you tried?**
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)