Skip to content

Commit 34660f8

Browse files
Bring back issue template
1 parent 4d9b736 commit 34660f8

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: If you think something is broken with Tailwind CSS IntelliSense itself, create a bug report.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
**What version of VS Code are you using?**
10+
11+
For example: v1.78.2
12+
13+
**What version of Tailwind CSS IntelliSense are you using?**
14+
15+
For example: v0.7.0
16+
17+
**What version of Tailwind CSS are you using?**
18+
19+
For example: v2.0.4
20+
21+
**What package manager are you using?**
22+
23+
For example: npm, yarn
24+
25+
**What operating system are you using?**
26+
27+
For example: macOS, Windows
28+
29+
**Tailwind config**
30+
31+
```js
32+
// Paste the contents of your Tailwind config file here
33+
```
34+
35+
**VS Code settings**
36+
37+
```json
38+
// Paste your VS Code settings in JSON format here
39+
```
40+
41+
**Reproduction URL**
42+
43+
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.
44+
45+
**Describe your issue**
46+
47+
Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead

.github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ contact_links:
33
- name: Feature Request
44
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas&title=%5BIntelliSense%5D%20
55
about: 'Suggest any ideas you have using our discussion forums.'
6-
- name: Bug Report
7-
url: https://github.com/tailwindlabs/tailwindcss-intellisense/issues/new?body=**What%20version%20of%20VS%20Code%20are%20you%20using%3F**%0A%0AFor%20example%3A%20v1.78.2%0A%0A**What%20version%20of%20Tailwind%20CSS%20IntelliSense%20are%20you%20using%3F**%0A%0AFor%20example%3A%20v0.7.0%0A%0A**What%20version%20of%20Tailwind%20CSS%20are%20you%20using%3F**%0A%0AFor%20example%3A%20v2.0.4%0A%0A**What%20package%20manager%20are%20you%20using%3F**%0A%0AFor%20example%3A%20npm%2C%20yarn%0A%0A**What%20operating%20system%20are%20you%20using%3F**%0A%0AFor%20example%3A%20macOS%2C%20Windows%0A%0A**Tailwind%20config**%0A%0A%60%60%60js%0A%2F%2F%20Paste%20the%20contents%20of%20your%20Tailwind%20config%20file%20here%0A%60%60%60%0A%0A**VS%20Code%20settings**%0A%0A%60%60%60json%0A%2F%2F%20Paste%20your%20VS%20Code%20settings%20in%20JSON%20format%20here%0A%60%60%60%0A%0A**Reproduction%20URL**%0A%0AA%20public%20GitHub%20repo%20that%20includes%20a%20minimal%20reproduction%20of%20the%20bug.%20**Please%20do%20not%20link%20to%20your%20actual%20project**%2C%20what%20we%20need%20instead%20is%20a%20_minimal_%20reproduction%20in%20a%20fresh%20project%20without%20any%20unnecessary%20code.%20This%20means%20it%20doesn%27t%20matter%20if%20your%20real%20project%20is%20private%2Fconfidential%2C%20since%20we%20want%20a%20link%20to%20a%20separate%2C%20isolated%20reproduction%20anyways.%0A%0A**Describe%20your%20issue**%0A%0ADescribe%20the%20problem%20you%27re%20seeing%2C%20any%20important%20steps%20to%20reproduce%20and%20what%20behavior%20you%20expect%20instead.
8-
about: If you think something is broken with Tailwind CSS IntelliSense itself, create a bug report.

0 commit comments

Comments
 (0)