Skip to content

Commit

Permalink
Merge pull request #24868 from storybookjs/joevaugh4n-sb-help
Browse files Browse the repository at this point in the history
GitHub: Update help.yml
  • Loading branch information
kylegach authored Nov 21, 2023
2 parents f529b2a + 09968d1 commit 24aaab8
Showing 1 changed file with 39 additions and 24 deletions.
63 changes: 39 additions & 24 deletions .github/DISCUSSION_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,40 @@
---
body:
- type: textarea
attributes:
label: Summary
description: How do you need help?
placeholder: I need help with...
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Share your Storybook configuration (`main.js or ts`), any error messages, or relevant dependencies
render: js
validations:
required: false
- type: input
attributes:
label: Share an example
description: Help us debug your issue by creating a minimal reproduction. You can do this with StackBlitz by heading to [https://storybook.new](https://storybook.new)!
validations:
required: false
- type: markdown
attributes: null
value: Before submitting, consider adding relevant labels to your thread (e.g. 'react', 'vue', 'vite'). That makes it easier for other users to spot your request. Thanks!
- type: markdown
id: intro
attributes:
value: |
Thanks for taking the time to start a new discussion!
### Before you post
Check if someone has already asked/answered your question in a previous discussion.
### When you're ready to post
Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users.
- type: textarea
id: summary
attributes:
label: Summary
description: How can we help?
validations:
required: true

- type: textarea
id: additional-info
attributes:
label: Additional information
description: |
Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong.
P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster.
validations:
required: false

- type: input
id: reproduction
attributes:
label: Create a reproduction
description: |
Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). Learn more about creating a reproduction [here](https://storybook.js.org/docs/react/contribute/how-to-reproduce).
validations:
required: false

0 comments on commit 24aaab8

Please sign in to comment.