Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG-prerelease.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Prerelease 57 ( TBD )

- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Launch specific component demo page when specified on `npm run start`; add start to dev command
- [4cda080](https://github.com/patternfly/patternfly-elements/commit/4cda080dfc6f3b8e500712ddbe01fada3ce16e3e) feat: Launch specific component demo page when specified on `npm run start`; add start to dev command
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Open a pull request from the command-line

## Prerelease 56 ( 2020-08-26 )

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ npm run test
npm run test [component-name(s)]
```

### Open a new pull request

```shell
# Open a new pull request
npm run pr
```

## Support

Though we have tested and verified general usability within these frameworks, PFE makes no guarantees about compatibility within specific sites & applications. Please test accordingly. For more details, check out the [official status card per component](https://github.com/patternfly/patternfly-elements/issues?q=is%3Aopen+is%3Aissue+label%3A%22status+tracking+only%22) or visit the [status page on the documentation site](https://patternfly.github.io/patternfly-elements/getting-started/component-status/).
Expand Down
Loading