mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Add two questions to bug template
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -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!)
|
||||
|
||||
Reference in New Issue
Block a user