Skip to content

Commit

Permalink
Merge pull request #484 from meichthys/develop
Browse files Browse the repository at this point in the history
Move Description section to top of bug report
  • Loading branch information
eliandoran authored Oct 14, 2024
2 parents 72b669b + ea3f47b commit 7f33804
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: Report a bug
title: "(Bug report) "
labels: "Type: Bug"
body:
- type: textarea
attributes:
label: Description
description: A clear and concise description of the bug and any additional information.
validations:
required: true
- type: input
attributes:
label: TriliumNext Version
Expand Down Expand Up @@ -38,12 +44,6 @@ body:
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
validations:
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
attributes:
label: Error logs
Expand Down

0 comments on commit 7f33804

Please sign in to comment.