From 0d62c86e219a17f1e2b475cc08f37cd05340c63b Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Mon, 2 Oct 2023 19:55:14 +0200 Subject: [PATCH] Add field for JIRA ticket in Good First Issue template (#20187) * Add gfi * Minor change * Fix linter * fix typo * Fix typo' * Add new field * Minor change --- .github/ISSUE_TEMPLATE/good_first_issue.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.yml b/.github/ISSUE_TEMPLATE/good_first_issue.yml index 658e1bb00a9739..0b7edcbaecd1a4 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ b/.github/ISSUE_TEMPLATE/good_first_issue.yml @@ -57,3 +57,12 @@ body: placeholder: GitHub users validations: required: true + + - type: textarea + id: ticket + attributes: + label: Ticket + description: | + Provide the ticket number, if available. + validations: + required: false