Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

54 lines (28 loc) · 1.43 KB

Contributing to SundarUI

You can contribute to the SundarUI by raising issues, reviewing code or submitting code. If you plan to make a contribution please do so through our detailed contribution workflow..

Submitting a PR

  • For every PR there should be an accompanying issue which the PR solves

  • The PR itself should only contain code which is the solution for the given issue

  • If you are a first time contributor check if there is a good first issue for you


Contribution steps

  1. Fork this repository to your own repository.

  2. Clone the forked repository to your local machine.

  3. Run it locally with our guide

  4. Create your feature branch: git checkout -b feature-my-new-feature

  5. Make changes to the project.

  6. Commit your changes: git commit -m 'Add some feature'

  7. Push to the branch: git push origin feature-my-new-feature

  8. Submit a pull request :D



How To Run locally?

Install

To install the project, navigate to the directory and run:

  • pnpm install

Run

To run the project, run the following commands:

  • pnpm run docs:dev

License

By contributing your code, you agree to license your contribution under the terms of the MIT License license.