Skip to content

Commit

Permalink
Add field for JIRA ticket in Good First Issue template (#20187)
Browse files Browse the repository at this point in the history
* Add gfi

* Minor change

* Fix linter

* fix typo

* Fix typo'

* Add new field

* Minor change
  • Loading branch information
p-wysocki authored Oct 2, 2023
1 parent bcd331d commit 9dd5fe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/good_first_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dd5fe9

Please sign in to comment.