Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 24 additions & 69 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,94 +7,49 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please provide as much detail as possible to help us reproduce and fix the issue.
Thanks for reporting a bug! Please provide the key details to help us fix the issue.

- type: checkboxes
id: terms
id: prerequisites
attributes:
label: Prerequisites
description: Please confirm the following before submitting your bug report
description: Please confirm before submitting
options:
- label: I have searched existing issues to ensure this bug hasn't been reported already
- label: I have searched existing issues to ensure this hasn't been reported already
required: true
- label: I have tested with the latest version of the plugin
required: true
- label: I have disabled other plugins to rule out conflicts
required: false

- type: textarea
id: bug-details
id: bug-description
attributes:
label: Bug Details
description: What did you expect to happen, and what actually happened?
placeholder: Describe the issue, expected and actual behavior...
validations:
required: true

- type: dropdown
id: block-type
attributes:
label: Block Type Affected
description: Which block type is experiencing the issue?
options:
- Core WordPress Block (Button, Image, Heading, etc.)
- Custom/Third-party Block
- Multiple Block Types
- All Blocks
- Not block-specific
validations:
required: true

- type: input
id: specific-block
attributes:
label: Specific Block Name
description: If applicable, what's the exact block name? (e.g., core/image, create-block/my-custom-block)
placeholder: core/image

- type: dropdown
id: issue-type
attributes:
label: Issue Category
description: What type of issue is this?
options:
- Validation Logic Error
- Visual Display Issue
- Publishing Prevention Problem
- Settings Page Issue
- Performance Issue
- JavaScript Console Error
- PHP Error/Warning
- Integration with Custom Blocks
- Other
label: What happened?
description: Describe the issue and what you expected to happen
placeholder: |
Example: When I add an image block without alt text, I expect to see a warning, but nothing appears.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: How can we reproduce the bug?
placeholder: 1. ...
description: How can we reproduce this bug?
placeholder: |
1. Go to...
2. Add a...
3. Notice that...
validations:
required: true

- type: textarea
id: supporting-info
attributes:
label: Supporting Info (optional)
description: Add any error messages, screenshots, or videos that help illustrate the issue
placeholder: You can paste error messages, images, or links here...

- type: textarea
id: environment
attributes:
label: Environment (optional)
description: WordPress, PHP, browser, plugin version, etc.
placeholder: Any relevant environment info...

- type: textarea
id: additional-context
attributes:
label: Additional Context (optional)
description: Anything else that might help
id: additional-info
attributes:
label: Additional Information (optional)
description: Include anything else that might help
placeholder: |
- Affected blocks (e.g., core/image, custom/my-block)
- Error messages or screenshots
- WordPress version, PHP version, browser
- Environment details
- Any other context
79 changes: 0 additions & 79 deletions .github/ISSUE_TEMPLATE/developer_feedback.yml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/ISSUE_TEMPLATE/documentation_improvement.yml

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: πŸ’‘ Feature Request or Enhancement
description: Suggest a new feature, enhancement, or provide feedback
title: '[Feature]: '
labels: ['enhancement']
assignees: ['troychaplin']
body:
- type: markdown
attributes:
value: |
Thanks for your suggestion! Your ideas and feedback help make Block Accessibility Checks better.

- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
description: Please confirm before submitting
options:
- label: I have searched existing issues to ensure this hasn't been suggested already
required: true

- type: dropdown
id: request-type
attributes:
label: What type of request is this?
description: Select the category that best fits your request
options:
- New Accessibility Check
- Improve Existing Check
- Developer API Enhancement
- User Interface Improvement
- Settings/Configuration Option
- Performance Enhancement
- Developer Experience/Feedback
- Other
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: Describe your feature request, enhancement, or feedback
placeholder: |
Be as specific as possible:
- What would you like to see added or improved?
- What problem does this solve?
- How would this help you or other users?
validations:
required: true

- type: textarea
id: use-case
attributes:
label: Use Case or Example (optional)
description: Provide a specific example of when this would be useful
placeholder: |
Example scenario:
- When a content editor adds a video block...
- When a developer creates a custom block...
- When working with...

- type: textarea
id: additional-context
attributes:
label: Additional Context (optional)
description: Add any other information that might help
placeholder: |
- WCAG guidelines this relates to
- Examples from other tools
- Alternative approaches considered
- Links or screenshots
- Technical details
Loading