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.
In addition to the prerequisites mentioned here you'll also need the following for contributing:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Run
pnpm install - Run
pnpm dev - Run
pnpm storybookto see your changes in the Storybook environment - Implement your contribution
- Add proper tests 😉
- Commit your Changes (
git commit -m 'Add some AmazingFeature'). Please check out Conventional Commits for creating your commit messages. - Push your Branch (
git push origin feature/AmazingFeature) - Open a Pull Request