Contribute

How to contribute to UI Beats.

1. Fork the Repository

Fork the ui-beats repository to your GitHub account.

2. Clone Your Fork

Clone your forked repository to your local machine.

git clone https://github.com/nikhils4/ui-beats

3. Create a New Branch

Create a new branch for your feature or bug fix.

git checkout -b feature/your-feature-name

4. Make Your Changes

Make the necessary changes to the codebase. Ensure your code follows the project's style and the standard guidelines.

5. Commit Your Changes

Commit your changes with a clear and concise commit message.

git commit -m "Add feature: your feature description"

6. Push to Your Fork

Push your changes to your forked repository.

git push origin feature/your-feature-name

7. Create a Pull Request

Go to the original repository on GitHub and create a pull request. Provide a clear description of your changes and any relevant information.

Guidelines

  • Follow the code style and the standard guidelines.
  • Ensure your changes are well-documented in the PR.
  • Be respectful and collaborative in your interactions with other contributors.

Thank You for Contributing!

Your contributions help make UI Beats better for everyone. Whether you're fixing bugs, adding new features, or improving documentation, your efforts are appreciated.