Skip to content

Commit 0a8de01

Browse files
Bring back issue template
1 parent 20f46dd commit 0a8de01

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: If you've already asked for help with a problem and confirmed something is broken with Headless UI itself, create a bug report.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. -->
10+
11+
**What package within Headless UI are you using?**
12+
13+
For example: @headlessui/react
14+
15+
**What version of that package are you using?**
16+
17+
For example: v0.3.1
18+
19+
**What browser are you using?**
20+
21+
For example: Chrome, Safari, or N/A
22+
23+
**Reproduction URL**
24+
25+
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 with no comment if this is not provided.
26+
27+
You can use one of the starting projects on CodeSandbox:
28+
29+
- With React and Tailwind CSS: https://codesandbox.io/s/github/tailwindlabs/reproduction-headlessui-react
30+
- With Vue and Tailwind CSS: https://codesandbox.io/s/github/tailwindlabs/reproduction-headlessui-vue
31+
32+
**Describe your issue**
33+
34+
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
@@ -6,9 +6,6 @@ contact_links:
66
- name: Feature Request
77
url: https://github.com/tailwindlabs/headlessui/discussions/new?category=ideas
88
about: 'Suggest any ideas you have using our discussion forums.'
9-
- name: Bug Report
10-
url: https://github.com/tailwindlabs/headlessui/issues/new?body=%3C%21--+Please+provide+all+of+the+information+requested+below.+We%27re+a+small+team+and+without+all+of+this+information+it%27s+not+possible+for+us+to+help+and+your+bug+report+will+be+closed.+--%3E%0A%0A**What+package+within+Headless+UI+are+you+using%3F**%0A%0AFor+example%3A+%40headlessui%2Freact%0A%0A**What+version+of+that+package+are+you+using%3F**%0A%0AFor+example%3A+v0.3.1%0A%0A**What+browser+are+you+using%3F**%0A%0AFor+example%3A+Chrome%2C+Safari%2C+or+N%2FA%0A%0A**Reproduction+URL**%0A%0AA+public+GitHub+repo+that+includes+a+minimal+reproduction+of+the+bug.+**Please+do+not+link+to+your+actual+project**%2C+what+we+need+instead+is+a+_minimal_+reproduction+in+a+fresh+project+without+any+unnecessary+code.+This+means+it+doesn%27t+matter+if+your+real+project+is+private%2Fconfidential%2C+since+we+want+a+link+to+a+separate%2C+isolated+reproduction+anyways.+Unfortunately+we+can%27t+provide+support+without+a+reproduction%2C+and+your+issue+will+be+closed+with+no+comment+if+this+is+not+provided.%0A%0AYou+can+use+one+of+the+starting+projects+on+CodeSandbox%3A%0A%0A-+With+React+and+Tailwind+CSS%3A+https%3A%2F%2Fcodesandbox.io%2Fs%2Fgithub%2Ftailwindlabs%2Freproduction-headlessui-react%0A-+With+Vue+and+Tailwind+CSS%3A+https%3A%2F%2Fcodesandbox.io%2Fs%2Fgithub%2Ftailwindlabs%2Freproduction-headlessui-vue%0A%0A**Describe+your+issue**%0A%0ADescribe+the+problem+you%27re+seeing%2C+any+important+steps+to+reproduce+and+what+behavior+you+expect+instead.%0A
11-
about: If you've already asked for help with a problem and confirmed something is broken with Headless UI itself, create a bug report.
129
- name: Documentation Issue
1310
url: https://github.com/tailwindlabs/headlessui/issues/new?title=%5BDOCS%5D:%20
1411
about: 'For documentation issues, suggest changes on our documentation repository.'

0 commit comments

Comments
 (0)