Merge pull request #750 from jrnl-org/micahellison-new-labels

Adding "new" labels to new issues
This commit is contained in:
Jonathan Wren 2019-11-18 19:19:54 -08:00 committed by GitHub
commit b159ba4eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)