storybookjs / addon-svelte-csf

[Incubation] CSF using Svelte components.
MIT License
98 stars 29 forks source link

Issue template should ask for version of Storybook and `addon-svelte-csf` that are being used #141

Closed benmccann closed 9 months ago

benmccann commented 9 months ago

I noticed in https://github.com/storybookjs/addon-svelte-csf/issues/114#issue-1814593017 that it's unclear what versions are being used. It's possible the issue is already fixed, but I can't tell without setting up a whole project to test it. If I go to create a new issue the "Environment" section asks for a bunch of info, but not these important pieces. Maybe we should ask users to run npx envinfo --system --binaries --browsers --npmPackages "{storybook,@storybook/*,vite,webpack,svelte,@sveltejs/*}". I'm not sure where this is configured though

j3rem1e commented 9 months ago

We shoukd probably use the "default" storybook template ? https://github.com/storybookjs/storybook/blob/next/.github/ISSUE_TEMPLATE/bug_report.yml?plain=1

benmccann commented 9 months ago

I think the issue is that https://github.com/storybookjs/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md is used currently. If the version on master were updated to match what was on next it would address this

benmccann commented 9 months ago

I guess I'll just go ahead and close this because assuming that the next version is eventually promoted then this will be fixed