mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08: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:
parent
05b67fc486
commit
8344dcee85
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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:
|
||||||
|
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user