mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-26 22:45:58 -05:00
No duplicate labels and types (#8536)
* dont add the bug label * note * fix note * add features * fix fix note
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Bug Report
|
||||
description: File a bug report also known as an issue or problem.
|
||||
title: '[Bug]: '
|
||||
labels: ['needs triage', 'bug']
|
||||
labels: ['needs triage']
|
||||
type: Bug
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Feature request
|
||||
description: Request a missing feature
|
||||
title: '[Feature] '
|
||||
labels: ['feature']
|
||||
labels: []
|
||||
type: Feature
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Dont add duplicate labels to bug and feature issues when there is already a type set
|
||||
Reference in New Issue
Block a user