mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Merge pull request #484 from meichthys/develop
Move Description section to top of bug report
This commit is contained in:
commit
7f338044b0
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,6 +3,12 @@ description: Report a bug
|
|||||||
title: "(Bug report) "
|
title: "(Bug report) "
|
||||||
labels: "Type: Bug"
|
labels: "Type: Bug"
|
||||||
body:
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: A clear and concise description of the bug and any additional information.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: TriliumNext Version
|
label: TriliumNext Version
|
||||||
@ -38,12 +44,6 @@ body:
|
|||||||
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
|
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: A clear and concise description of the bug and any additional information.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Error logs
|
label: Error logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user