Skip to content

Commit

Permalink
Add theme type to the bug report issue template (#63851)
Browse files Browse the repository at this point in the history
* Add theme type to the bug report issue template

* Add "Not sure" option to the theme type checkboxes

---------

Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: desrosj <desrosj@git.wordpress.org>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 1461ef1 commit d1c3508
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ body:
options:
- label: 'Yes'
required: true

- type: checkboxes
id: themes
attributes:
label: Please confirm which theme type you used for testing.
options:
- label: 'Block'
- label: 'Classic'
- label: 'Hybrid (e.g. classic with theme.json)'
- label: 'Not sure'

0 comments on commit d1c3508

Please sign in to comment.