-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub: Update help.yml #24868
GitHub: Update help.yml #24868
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions and comments to address. Ping me when you're ready, and I'll merge for ya!
Co-authored-by: Kyle Gach <[email protected]>
Co-authored-by: Kyle Gach <[email protected]>
Co-authored-by: Kyle Gach <[email protected]>
Hey @kylegach, thanks for the great feedback. Committed it. Unless there's anything else that I missed, please feel free to merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content looks good to me. But it looks like there are still some errors with the formatting 😬
.github/DISCUSSION_TEMPLATE/help.yml
Outdated
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)! | ||
label: Create a reproduction | ||
description: Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add this link here also in case it's helpful: https://storybook.js.org/docs/react/contribute/how-to-reproduce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @vanessayuenn – I tried the edited code in a different forked version of Storybook and it looks like it works (pic below).
I can't get rid of the error messages in this branch – they don't even make sense because they refer to bits of code that aren't there. E.g. it says 'body[0]: validations is not a permitted attribute', but there isn't a validations attribute within that first key.
Any thoughts? Could we try merging and see if that resolves it/changes the errors?
Co-authored-by: Vanessa Yuen <[email protected]>
- Remove `render` attribute from Additional information textarea - That property will force input into a code block, but we're asking for information that would best fit in multiple code blocks - Add `id` for debugging purposes - Attempt to fix formatting issues
@joevaugh4n — I pushed a commit with some minor updates. Looking more closely at those errors, they match the file that's on the As far as I can tell, the file in this PR fixes all of those errors. So, I think you're good to go! I'm going to merge it. |
Closes #
What I did
Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!
• Open up a help discussion
• Form should now work as syntax errors are resolved
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli/src/sandbox-templates.ts
Make sure this PR contains one of the labels below:
Available labels
bug
: Internal changes that fixes incorrect behavior.maintenance
: User-facing maintenance tasks.dependencies
: Upgrading (sometimes downgrading) dependencies.build
: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup
: Minor cleanup style change. Will not show up in release changelog.documentation
: Documentation only changes. Will not show up in release changelog.feature request
: Introducing a new feature.BREAKING CHANGE
: Changes that break compatibility in some way with current major version.other
: Changes that don't fit in the above categories.🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/core
team here.core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>