-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update component descriptions and associated declaration #108
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.
Many thanks for all of this! Left one comment for optional consideration, but this looks great.
.github/pull_request_template.md
Outdated
@@ -17,3 +17,4 @@ Tell us what this PR does or link to any related issues that describe the goal h | |||
- [ ] Added any changes in this PR to the `CHANGELOG.md` `Next` section | |||
- [ ] If this pull request includes a new component or feature, has it been exported from one of the library's entry points? | |||
- [ ] Does the component dispatch relevant interaction events? (ie: on:click, on:change, etc.) | |||
- [ ] Does the component directory include a separate `.docs.md` imported into `.stories.svelte` for description and usage information? |
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.
Suggested tweak: Make this language more specific about including "description and usage information" but maybe leave out the import seperate .docs.md
? I'm thinking about cases where a component needs custom mdx docs for more robust formats (See maps/SVGMap/SVGMap.docs.mdx) where this might not apply.
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.
Just updated! Let me know what you think.
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.
perfect!
What's in this pull request
Description
Among other tasks, the main purpose of this PR is to update the way in which long, html-based descriptions are being imported into
.stories
. Other tasks include:description
field from top level meta object (doesn't render)html
instead ofsvelte
Before submitting, please check that you've
CHANGELOG.md
Next
section