diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e92885386..9df790fd9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -77,7 +77,10 @@ body: - 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! + label: Are you willing to submit a PR? If you know how to fix the bug. + description: | + If you are not familiar with programming, you can skip this step. + If you are a developer and know how to fix the bug, you can submit a PR to fix it. You can find the [contributing guide](https://github.com/logseq/logseq#how-to-contribute-with-a-pr) here. + 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!)