Merge pull request #749 from micahellison/github-issues

Adding "🆕" label in new issue templates
This commit is contained in:
Jonathan Wren 2019-11-18 19:10:58 -08:00 committed by GitHub
commit d4d3298b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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, :new:
labels: bug, ":new:"
assignees: ''
---

View file

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

View file

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