Skip to content

Commit

Permalink
Add two questions to bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrpman authored and logseq-cldwalker committed Dec 16, 2022
1 parent 35badf5 commit a0ba302
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
@@ -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:
Expand Down Expand Up @@ -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!)

0 comments on commit a0ba302

Please sign in to comment.