Skip to content

Commit

Permalink
Add theme type to the bug report issue template (WordPress#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 and karthick-murugan committed Nov 13, 2024
1 parent 852f55d commit d0c7a3a
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 d0c7a3a

Please sign in to comment.