Skip to content

Commit 8b87e15

Browse files
authored
Merge pull request #5 from tailwindlabs/github-issue-template
Adding GitHub issue template
2 parents a8f3b80 + c256843 commit 8b87e15

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug Report
2+
description: Create a bug report for @tailwindcss/line-clamp.
3+
title: ''
4+
labels: []
5+
issue_body: true
6+
body:
7+
- type: input
8+
attributes:
9+
label: What version of @tailwindcss/line-clamp are you using?
10+
description: 'For example: v0.2.0'
11+
validations:
12+
required: true
13+
- type: input
14+
attributes:
15+
label: What version of Node.js are you using?
16+
description: 'For example: v12.0.0'
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: What browser are you using?
22+
description: 'For example: Chrome, Safari, or N/A'
23+
validations:
24+
required: true
25+
- type: input
26+
attributes:
27+
label: What operating system are you using?
28+
description: 'For example: macOS, Windows'
29+
validations:
30+
required: true
31+
- type: input
32+
attributes:
33+
label: Reproduction repository
34+
description: A public GitHub repo that demonstrates the bug. If it's really unnecessary, link me to a YouTube video you think is awesome instead.
35+
validations:
36+
required: true
37+
- type: markdown
38+
attributes:
39+
value: "## Describe your issue\nDescribe the problem you're seeing, any important steps to reproduce and what behavior you expect instead"

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature Request
4+
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category_id=65335
5+
about: 'Suggest any ideas you have using our discussion forums.'
6+
- name: Help
7+
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category_id=65334
8+
about: 'If you have a question or need help, ask a question on the discussion forums.'
9+
- name: Kind Words
10+
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category_id=32231828
11+
about: "Have something nice to say about @tailwindcss/line-clamp or Tailwind CSS in general? We'd love to hear it!"

0 commit comments

Comments
 (0)