Skip to content

Commit

Permalink
fixed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil committed Apr 4, 2024
1 parent c061c58 commit 677ea6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Pull Request Template

Thank you for contributing!
<!-- Thank you for contributing!
Before we can review your submission, please fill the information below:
Please describe the changes you're making. Include the motivation for these changes, any additional context, and the impact on the project. If your changes are related to any open issues, please link to them here.
Please describe the changes you're making. Include the motivation for these changes, any additional context, and the impact on the project. If your changes are related to any open issues, please link to them here. -->

- [ ] I have read the [Contribution Guide](../packages/core/CONTRIBUTING.md) for this project.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ Welcome to the Vibe Design System repository! This monorepo contains various ope

## Overview

Vibe Design System offers a collection of packages designed to streamline your development process and enhance the user experience. Below is a list of our main packages:
Vibe Design System is a collection of packages designed to streamline your development process and enhance the user experience. Below is a list of our main packages:

1. [core](packages/core/README.md): [monday.com](https://www.monday.com) React components library - [Storybook](https://style.monday.com).
2. [style](packages/style/README.md): [monday.com](https://www.monday.com) styling foundations library.
1. [core](packages/core/README.md): Vibe ([monday.com](https://www.monday.com)) React components library - [Storybook](https://style.monday.com).
2. [style](packages/style/README.md): Vibe ([monday.com](https://www.monday.com)) styling foundations library.
3. [storybook-blocks](packages/storybook-blocks/README.md): Vibe ([monday.com](https://www.monday.com)) collection of Storybook blocks library.

Each package comes with its own README providing detailed information about its usage, installation instructions, and getting started guide.

## Installation

Install the component library

```
```bash
npm install monday-ui-react-core
```

Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ npm start

## Themes

We support theming from the library to the component level using css variables - for more info on theming please read the [theme guidelines](./THEME_README.md) file
Theming is supported using CSS variables - for more info on theming please read the [theme guidelines](./THEME_README.md) file

0 comments on commit 677ea6c

Please sign in to comment.