diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2a99f9c6..99d3deaa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,7 +16,25 @@ body: - type: textarea attributes: label: System info and storybook versions - placeholder: Please paste the results of `npx sb@next info`` here + description: Please paste the results of `npx sb@next info` here. If it doesn't include storybook versions, please add them as well. + placeholder: | + System: + OS: macOS 12.3.1 + CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz + Binaries: + Node: 16.4.0 - ~/.nvm/versions/node/v16.4.0/bin/node + Yarn: 1.22.17 - ~/.yarn/bin/yarn + npm: 8.6.0 - ~/.nvm/versions/node/v16.4.0/bin/npm + Browsers: + Firefox: 99.0.1 + Safari: 15.4 + npmPackages: + @storybook/addon-actions: ^6.4.22 => 6.4.22 + @storybook/addon-essentials: ^6.4.22 => 6.4.22 + @storybook/addon-interactions: ^6.4.22 => 6.4.22 + @storybook/addon-links: ^6.4.22 => 6.4.22 + @storybook/builder-vite: ^0.1.29 => 0.1.29 + @storybook/react: ^6.4.22 => 6.4.22 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5d34257a..45e8a60c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,8 @@ blank_issues_enabled: false contact_links: - name: 👾 Chat url: https://discord.gg/uST2e5y4XA - about: Come join the \#vite channel in the storybook discord. + about: | + Come join the #vite channel in the storybook discord. - name: 💬 Discussion & Support url: https://github.com/storybookjs/builder-vite/discussions about: Ask a question, or share an idea.