Merge pull request #1068 from TriliumNext/chore_github-issue-type

chore(issue_templates): Use new type field
This commit is contained in:
Elian Doran
2025-01-29 11:19:03 +02:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
name: Bug Report
description: Report a bug
title: "(Bug report) "
labels: "Type: Bug"
type: "Bug"
body:
- type: textarea
attributes:

View File

@@ -1,12 +1,11 @@
name: Feature Request
description: Ask for a new feature to be added
title: "(Feature request) "
labels: "Type: Enhancement"
type: "Feature"
body:
- type: textarea
attributes:
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:
required: true
- type: textarea