mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Adding 🆕 label to github issue templates
Escaping colon label with quotes in new issue templates
This commit is contained in:
parent
3080d501f2
commit
e9d12f7a77
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
labels: bug, ":new:"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Feature request
|
||||
about: Suggest an idea for jrnl
|
||||
title: ''
|
||||
labels: enhancement
|
||||
labels: enhancement, ":new:"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
2
.github/ISSUE_TEMPLATE/support_request.md
vendored
2
.github/ISSUE_TEMPLATE/support_request.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Support Request
|
||||
about: Get help with jrnl
|
||||
title: ''
|
||||
labels: support
|
||||
labels: support, ":new:"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue