Thank you for your interest in contributing to Spectrum UI! We value contributions from the community to help improve and expand the library. Whether it's a bug fix, a new feature, or an enhancement, your input is appreciated!
Follow these steps to contribute to Spectrum UI:
-
Fork the repository
Click the "Fork" button at the top of the repository page to create your own copy of the project. -
Clone your fork
Clone the repository to your local machine:
git clone https://github.com/your-username/spectrum-ui.git
npm install
npm run dev
git checkout -b feature-name
git commit -m 'Add feature-name'
git push origin feature-name
Create a Pull Request Go to the repository’s pull request section and submit a PR. Make sure to describe the changes you made and why they are beneficial.