Bring back issue template
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: If you've already asked for help with a problem and confirmed something is broken with Headless UI itself, create a bug report.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!-- 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. -->
|
||||
|
||||
**What package within Headless UI are you using?**
|
||||
|
||||
For example: @headlessui/react
|
||||
|
||||
**What version of that package are you using?**
|
||||
|
||||
For example: v0.3.1
|
||||
|
||||
**What browser are you using?**
|
||||
|
||||
For example: Chrome, Safari, or N/A
|
||||
|
||||
**Reproduction URL**
|
||||
|
||||
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.
|
||||
|
||||
You can use one of the starting projects on CodeSandbox:
|
||||
|
||||
- With React and Tailwind CSS: https://codesandbox.io/s/github/tailwindlabs/reproduction-headlessui-react
|
||||
- With Vue and Tailwind CSS: https://codesandbox.io/s/github/tailwindlabs/reproduction-headlessui-vue
|
||||
|
||||
**Describe your issue**
|
||||
|
||||
Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead.
|
||||
@@ -6,9 +6,6 @@ contact_links:
|
||||
- name: Feature Request
|
||||
url: https://github.com/tailwindlabs/headlessui/discussions/new?category=ideas
|
||||
about: 'Suggest any ideas you have using our discussion forums.'
|
||||
- name: Bug Report
|
||||
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
|
||||
about: If you've already asked for help with a problem and confirmed something is broken with Headless UI itself, create a bug report.
|
||||
- name: Documentation Issue
|
||||
url: https://github.com/tailwindlabs/headlessui/issues/new?title=%5BDOCS%5D:%20
|
||||
about: 'For documentation issues, suggest changes on our documentation repository.'
|
||||
|
||||
Reference in New Issue
Block a user