Skip to content

Commit

Permalink
Improve instructions in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Apr 22, 2022
1 parent 6015059 commit 1651135
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Expand Up @@ -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.

0 comments on commit 1651135

Please sign in to comment.