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

pull/8464/head^2
situ2001 2023-01-28 22:46:05 +08:00 committed by Junyi Du
parent dd006bf6b1
commit 8ce08277a8
1 changed files with 5 additions and 2 deletions

View File

@ -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!)