Contributors

Meet the amazing people who have contributed to MVPBlocks

MVPBlocks is built by an amazing community of developers from around the world. We appreciate every contribution, whether it's code, documentation, design, or feedback.

Thank you to all the wonderful people who have contributed to this project!

How to Contribute

We welcome contributions from everyone! Here's how you can get involved:

1. Fork the Repository

Start by forking the MVPBlocks repository on GitHub.

2. Clone Your Fork

git clone https://github.com/YOUR_USERNAME/mvpblocks.git
cd mvpblocks

3. Create a Branch

git checkout -b feature/your-feature-name

4. Make Your Changes

  • Add new components
  • Fix bugs
  • Improve documentation
  • Enhance existing features

5. Commit Your Changes

git add .
git commit -m "feat: add your feature description"

6. Push to Your Fork

git push origin feature/your-feature-name

7. Create a Pull Request

Go to the original repository and create a pull request from your fork.

Contribution Guidelines

  • Follow the existing code style and conventions
  • Write clear, descriptive commit messages
  • Test your changes before submitting
  • Update documentation when necessary
  • Be respectful and constructive in discussions

Recognition

All contributors are automatically added to this page once their pull request is merged. Thank you for making MVPBlocks better!