diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b58f8221758..8ae7b1fb987 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -64,6 +64,14 @@ body: validations: required: true + - type: input + id: submit-a-pr + attributes: + label: Are you willing to submit a PR? + description: We accept contributions! + validations: + required: false + - type: markdown attributes: value: |- diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index b827055db50..afa7b2cc798 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -22,6 +22,14 @@ body: validations: required: false + - type: input + id: submit-a-pr + attributes: + label: Are you willing to submit a PR? + description: We accept contributions! + validations: + required: false + - type: markdown attributes: value: |-