-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24868 from storybookjs/joevaugh4n-sb-help
GitHub: Update help.yml
- Loading branch information
Showing
1 changed file
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |