Add two questions to bug template

pull/7753/head
Junyi Du 2022-12-17 02:18:38 +08:00 committed by Gabriel Horner
parent 35badf5c52
commit a0ba3028d7
1 changed files with 16 additions and 0 deletions

View File

@ -1,6 +1,14 @@
name: Bug Report
description: Report a bug encountered while using Logseq
body:
- type: checkboxes
id: confirm-search
attributes:
label: Search first
description: Please make sure to search through the [existing issues](https://github.com/logseq/logseq/issues) and [Logseq Forum](https://discuss.logseq.com/) before report.
options:
- label: Search and no similar report found
required: true
- type: textarea
id: problem
attributes:
@ -59,3 +67,11 @@ body:
If applicable, add additional context to help explain your problem.
validations:
required: false
- type: checkboxes
id: ask-pr
attributes:
label: Are you willing to submit a PR?
description: Your contributions are greatly appreciated and play a vital role in helping to improve the project!
options:
- label: I'm willing to submit a PR (Thank you!)