Skip to content

Commit

Permalink
Create 1.bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss authored Mar 19, 2021
1 parent bfb5f97 commit 6618ef0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: Create a bug report for @tailwindcss/typography.
title: ''
labels: []
issue_body: true
body:
- type: input
attributes:
label: What version of @tailwindcss/typography are you using?
description: 'For example: v0.4.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 demonstrates the bug. If it's really unnecessary, link us to a YouTube video you think is awesome instead.
validations:
required: true
- type: markdown
attributes:
value: "## Describe your issue\nDescribe the problem you're seeing, any important steps to reproduce and what behavior you expect instead"

0 comments on commit 6618ef0

Please sign in to comment.