From 156e771327f21110f7da31575f74329fa52eb699 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 23 Jan 2023 09:12:59 +0100 Subject: [PATCH] chore: Ask for PR in templates (#2640) Kindly ask if users want to submit a PR when opening an issue. The field is not required. --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature.yml | 8 ++++++++ 2 files changed, 16 insertions(+) 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: |-