-
Notifications
You must be signed in to change notification settings - Fork 13
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 README with release changes and contribution clarifications #1436
Conversation
|
||
This will allow you to run Storybook locally to view all components | ||
|
||
# Stencil Dev Server for Testing IE11 |
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.
I'm removing the Stencil Dev Server for Testing IE11 section because it seems pretty outdated. We don't support IE11 anymore so there shouldn't be a need to test there right? I've only ever done development with Storybook. Is there any reason we should keep these steps?
@@ -198,95 +293,4 @@ This repo follows [semantic versioning](https://semver.org/). Here are some exam | |||
|
|||
- Accessibility fix | |||
- Styling fix | |||
- Functionality fix | |||
|
|||
### Releasing |
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.
I moved the Releasing section up.
|
||
## Testing | ||
|
||
### Running tests for web components |
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.
I moved the Testing section up.
@@ -179,6 +240,40 @@ To publish changes from the `web-components` subpackage, make sure the version n | |||
|
|||
[`yarn version`](https://yarnpkg.com/cli/version) is available to use to make changes in the CLI. To change the version of the package you are working on run one of the following commands: `yarn version major`, `yarn version minor`, or `yarn version patch`. For guidance on which command to use please see below. | |||
|
|||
|
|||
### Releasing |
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.
I made a few additions to the Release steps because since they were written, we have changed the release PR to increment more than just the core
version number. And also a couple of clarifying things with what we do after the release is created (PRs for other repos, etc).
Chromatic
https://readme-contributions-storybook--65a6e2ed2314f7b8f98609d8.chromatic.com
Description
While helping out a contributor from outside of DST, I noticed that there were a few things unclear and outdated in our Readme. Specifically around making contributions. Some things have changed too with creating a release so might as well tidy that up while I was there.
QA Checklist
Screenshots
Acceptance criteria
Definition of done