Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.63 KB

File metadata and controls

28 lines (19 loc) · 1.63 KB

Contributing to the Project

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Before contributing, please read the Code of Conduct.

Contributions to the project are accepted under the terms of the license applicable to each file, pursuant to the standard Developer Certificate of Origin (DCO) used in Linux Kernel development and elsewhere (see DCO.txt or https://developercertificate.org). Contributors are expected to familiarize themselves with the DCO, and to add Signed-Off-By: lines to their commits to reiterate that the contribution is made according to the statements in the DCO.

Additional Prerequisites:

In addition to the prerequisites mentioned here you'll also need the following for contributing:

Contribution process

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Run pnpm install
  4. Run pnpm dev
  5. Run pnpm storybook to see your changes in the Storybook environment
  6. Implement your contribution
  7. Add proper tests 😉
  8. Commit your Changes (git commit -m 'Add some AmazingFeature'). Please check out Conventional Commits for creating your commit messages.
  9. Push your Branch (git push origin feature/AmazingFeature)
  10. Open a Pull Request