### Tailwind Plus Bug Report Template Source: https://context7.com/tailwindlabs/tailwind-plus-issues/llms.txt This markdown template guides users in submitting detailed bug reports for Tailwind Plus components. It ensures all necessary information, such as component URL, reproduction steps, and environment details, is provided. ```markdown --- name: Bug report about: Report a mistake or bug you've found in a Tailwind UI component. title: '' assignees: '' --- **What component (if applicable)** - URL for category: https://tailwindcss.com/plus/ui-blocks/marketing/sections/heroes - Component name: Split with screenshot **Describe the bug** The hero image overflows its container on mobile viewports (< 375px wide), causing a horizontal scrollbar to appear. **To Reproduce** 1. Open the component preview at the URL above 2. Resize the browser window to 360px wide 3. Observe horizontal overflow **Expected behavior** The image should remain contained within the viewport with no horizontal scroll. **Screenshots** [Attach a screenshot showing the overflow] **Browser/Device (if applicable)** - OS: macOS 14.4 - Browser: Chrome - Version: 124 **Additional context** Issue does not occur at 375px or wider. ``` -------------------------------- ### Disable Blank Issues Configuration Source: https://context7.com/tailwindlabs/tailwind-plus-issues/llms.txt This YAML configuration disables the creation of blank (free-form) issues in the GitHub repository. It enforces the use of the structured bug report template for all submissions. ```yaml # .github/ISSUE_TEMPLATE/config.yml blank_issues_enabled: false ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.