mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Adding "new" labels to new issues
This commit is contained in:
parent
e9d12f7a77
commit
e525ed8fe1
3 changed files with 3 additions and 4 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, ":new:"
|
||||
labels: ":new:, bug"
|
||||
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, ":new:"
|
||||
labels: ":new:, enhancement"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
3
.github/ISSUE_TEMPLATE/support_request.md
vendored
3
.github/ISSUE_TEMPLATE/support_request.md
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue