mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
cleanup of issue templates, closes #2461
This commit is contained in:
parent
2430dcba65
commit
8e4926ed7f
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,13 +3,6 @@ description: Report a bug
|
|||||||
title: "(Bug report) "
|
title: "(Bug report) "
|
||||||
labels: "Type: Bug"
|
labels: "Type: Bug"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Preflight Checklist
|
|
||||||
description: Please ensure you've completed all of the following.
|
|
||||||
options:
|
|
||||||
- label: I have searched the [issue tracker](https://www.github.com/zadam/trilium/issues) for a bug report that matches the one I want to file, without success.
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Trilium Version
|
label: Trilium Version
|
||||||
@ -30,7 +23,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What is your setup?
|
label: What is your setup?
|
||||||
description: https://github.com/zadam/trilium/wiki#choose-the-setup
|
description: https://github.com/zadam/trilium/wiki#choose-the-setup
|
||||||
options:
|
options:
|
||||||
- Local (no sync)
|
- Local (no sync)
|
||||||
@ -47,17 +40,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Description
|
||||||
description: A clear and concise description of what you expected to happen.
|
description: A clear and concise description of the bug and any additional information.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: A clear description of what actually happens.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional Information
|
|
||||||
description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
|
|
||||||
|
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,15 +1,8 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Report a bug
|
description: Feature request
|
||||||
title: "(Feature request) "
|
title: "(Feature request) "
|
||||||
labels: "Type: Enhancement"
|
labels: "Type: Enhancement"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Preflight Checklist
|
|
||||||
description: Please ensure you've completed all of the following.
|
|
||||||
options:
|
|
||||||
- label: I have searched the [issue tracker](https://www.github.com/zadam/trilium/issues) for a feature request that matches the one I want to file, without success.
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe feature
|
label: Describe feature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user