Skip to content

Commit

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

* Add gfi

* Minor change

* Fix linter

* fix typo

* Fix typo'

* Add new field

* Minor change
  • Loading branch information
p-wysocki authored and alvoron committed Nov 6, 2023
1 parent f20482f commit 0d62c86
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 0d62c86

Please sign in to comment.