Add reproduction starter templates using CodeSandbox #2488
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the
Bug report
default body to include 2 new CodeSandbox starter templates for reproduction.The updated link with the new body can be seen here: 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
These CodeSandbox setups are simple setups with:
In a some cases this won't be enough to actually reproduce the issue you are seeing but for most cases this should be a good enough starting point to get you started.
Fixes: #2474