2021-06-21 17:16:12 -04:00

45 lines
1.8 KiB
YAML

name: Bug Report
description: Create a bug report for Tailwind CSS.
labels: []
body:
- type: input
attributes:
label: What version of Tailwind CSS are you using?
description: 'For example: v2.0.4'
validations:
required: true
- type: input
attributes:
label: What build tool (or framework if it abstracts the build tool) are you using?
description: 'For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack 5.28.0'
validations:
required: true
- type: input
attributes:
label: What version of Node.js are you using?
description: 'For example: v12.0.0'
validations:
required: true
- type: input
attributes:
label: What browser are you using?
description: 'For example: Chrome, Safari, or N/A'
validations:
required: true
- type: input
attributes:
label: What operating system are you using?
description: 'For example: macOS, Windows'
validations:
required: true
- type: input
attributes:
label: Reproduction repository
description: A public GitHub repo that includes a minimal reproduction of the bug. **Please do not link to your actual project**, what we need instead is a _minimal_ reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways. Unfortunately we can't provide support without a reproduction, and your issue will be closed and locked with no comment if this is not provided.
validations:
required: true
- type: textarea
attributes:
label: Describe your issue
description: Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead