mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-08 05:09:13 -05:00
chore(issue_templates): Use new type field
https://github.com/orgs/community/discussions/148715#discussioncomment-11845050 also removed title field, as duplicating the issue "type" info in there is not necessary anymore
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug
|
description: Report a bug
|
||||||
title: "(Bug report) "
|
type: "Bug"
|
||||||
labels: "Type: Bug"
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Ask for a new feature to be added
|
description: Ask for a new feature to be added
|
||||||
title: "(Feature request) "
|
type: "Feature"
|
||||||
labels: "Type: Enhancement"
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe feature
|
label: Describe feature
|
||||||
description: A clear and concise description of what you want to be added..
|
description: A clear and concise description of what you want to be added.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user