Browse Source

enhance(issue-template): add description to `ask-pr`

situ2001 2 years ago
parent
commit
8ce08277a8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 5 - 2
.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!)