Skip to content

Commit f8b99d7

Browse files
estevanmaitoadamwathan
authored andcommitted
update issue templates
1 parent 20e5695 commit f8b99d7

File tree

4 files changed

+108
-1
lines changed

4 files changed

+108
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Please only open an issue here if you have a bug to report or a feature proposal
66
77
If you need help, have questions about best practices, or want to start a discussion about anything else related to Tailwind, open an issue on the `tailwindcss/discuss` repo instead:
88
9-
https://github.com/tailwindcss/discuss/issues
9+
https://github.com/tailwindcss/tailwindcss/discussions
1010
1111
-->
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: "Bugs, missing documentation, or unexpected behavior "
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
<!--
10+
11+
* Please fill out this template with all the relevant information so we can
12+
understand what's going on and fix the issue. We appreciate bugs filed and PRs
13+
submitted!
14+
15+
* Please make sure that you are familiar with and follow the Code of Conduct for
16+
this project (found in the CODE_OF_CONDUCT.md file).
17+
18+
-->
19+
20+
- `Tailwind CSS` version:
21+
- Are you using plugins? List them:
22+
23+
### Relevant code or config:
24+
25+
```html
26+
<!-- your code here -->
27+
```
28+
29+
<!--
30+
If this is an issue with documentation, please file an issue on the docs repo:
31+
https://github.com/tailwindcss/docs
32+
-->
33+
34+
### What you did:
35+
36+
<!-- What you were doing -->
37+
38+
### What happened:
39+
40+
<!-- Please provide the full error message/screenshots/anything -->
41+
42+
### Reproduction:
43+
44+
<!--
45+
If possible, please create a repository that reproduces the issue with the
46+
minimal amount of code possible
47+
48+
Or if you can, try to reproduce the issue in a Codesandbox or CodePen
49+
-->
50+
51+
### Problem description:
52+
53+
<!-- Please describe why the current behavior is a problem -->
54+
55+
### Suggested solution:
56+
57+
<!--
58+
It's ok if you don't have a suggested solution, but it really helps if you could
59+
do a little digging to come up with some suggestion of how to improve things.
60+
-->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F4A1 Feature request"
3+
about: 'I have a suggestion (and might want to implement myself)! '
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "❓ Need help/support"
3+
about: Describe this issue template's purpose here.
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
-------------- 👆 Click "Preview"!
10+
11+
Issues on GitHub are intended to be related to problems with the library itself
12+
and feature requests so we recommend not using this medium to ask them here 😁.
13+
14+
---
15+
16+
## ❓ Support Forums
17+
18+
💬 Right here in the repo, there is a tab called "Discussions" (it's to the right of "Pull Requests" tab) you can go there using this link https://github.com/tailwindcss/tailwindcss/discussions There you can search for questions or create one.
19+
20+
📚 Ask on [StackOverflow](https://stackoverflow.com/questions/tagged/tailwind-css)
21+
22+
🚀 Join our [Discord community](https://tailwindcss.com/discord)
23+
24+
For questions related to using the library, please visit a support community
25+
instead of filing an issue on GitHub.
26+
27+
**ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**

0 commit comments

Comments
 (0)