Merge pull request #748 from micahellison/github-issues

Adding 🆕 label to github issue templates
This commit is contained in:
Jonathan Wren 2019-11-18 19:04:37 -08:00 committed by GitHub
commit f1f06fd31f
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 name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: bug labels: bug, :new:
assignees: '' assignees: ''
--- ---

View file

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

View file

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