Skip to content

Commit

Permalink
Fix title missing in bug report form (#34504)
Browse files Browse the repository at this point in the history
* Fix title missing in bug report form

Looks like in 33ef9ed the title was accidentally removed! I managed to miss this. This is a quick PR to resolve since the form isn't showing currently.

* Remove title property entirely

Co-authored-by: Héctor <27339341+priethor@users.noreply.github.com>
  • Loading branch information
annezazu and priethor authored Sep 2, 2021
1 parent ec8632e commit 0e5d2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Bug report
description: Report a bug with the WordPress block editor or Gutenberg plugin
title: ''
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 0e5d2a1

Please sign in to comment.