Skip to content

Latest commit

 

History

History
116 lines (76 loc) · 2.76 KB

README.md

File metadata and controls

116 lines (76 loc) · 2.76 KB

Contributing to Spectrum UI

Thank you for your interest in contributing to Spectrum UI! 🎉
We value contributions from the community, whether it's a bug fix, a new feature, or an enhancement. Your input helps us grow and improve the library.


How to Contribute

Follow these steps to get started with contributing to Spectrum UI:


1. Fork the Repository

Click the "Fork" button at the top-right of the repository page to create your own copy of the project.


2. Clone Your Fork

Clone your forked repository to your local machine:

git clone https://github.com/arihantcodes/spectrum-ui.git
cd spectrum-ui

3. Install Dependencies

Run the following command to install the project's dependencies:

npm install

4. Start the Development Server

Run the development server to test your changes locally:

npm run dev

5. Create a New Branch

Create a branch for your feature or fix:

git checkout -b feature-name

6. Make Your Changes

Edit the code to implement your feature or fix the bug.


7. Commit Your Changes

After making your changes, commit them with a descriptive message:

git commit -m "Add feature-name"

8. Push Your Changes

Push your branch to your forked repository:

git push origin feature-name

9. Create a Pull Request (PR)

  • Go to the Pull Requests section of the original repository.
  • Click "New Pull Request".
  • Select your branch and submit your PR.
  • Provide a clear description of your changes, including why they are beneficial.

Contribution Guidelines

  • Ensure your code adheres to the project's coding standards and best practices.
  • Write descriptive commit messages for easy tracking.
  • Test your changes thoroughly to avoid introducing bugs.

Contributors

Thanks to all the amazing contributors who have helped improve Spectrum UI! 💖

Contributors

List of Contributors:

  1. arihantcodes
  2. itzamanjain
  3. Harsha-10
  4. Prince5723
  5. Pratiyankkumar
  6. veerendra19codes
  7. 0xKafkaa
  8. AayushVinayDev

Want to see your name here? Follow the steps above and contribute today! 🚀