Contributing to Vuetage

Welcome to the Vuetage project! Thank you for considering contributing. Your help is essential to make Vuetage even better.


How to Contribute

There are various ways to contribute to the Vuetage project:


Contribute to Documentation

You can get ideas about what you can do in the todo list clicking here.


  1. Fork the documentation repository: vuetage-docs
  2. Create a branch for your changes: git checkout -b feature/new-documentation
  3. Make your contributions to the documentation.
  4. Submit a Pull Request to the main branch in the repository.

Contribute to Components

  1. Fork the components repository: vuetage
  2. Create a branch for your changes: git checkout -b feature/new-component
  3. Develop and test your components.
  4. Submit a Pull Request to the main branch in the repository.

Report Bugs in Components

Found a bug? Please report it!

  1. Open a new issue at: Vuetage Issues
  2. Provide details about the bug, including steps to reproduce.

Help Resolve Issues

Want to help resolve existing issues?

  1. Check open issues: Vuetage Issues
  2. Comment on existing issues if you have additional information or solutions.

General Guidelines

  • Ensure you follow the project's coding and style guidelines.
  • Test your changes before submitting a Pull Request.

We appreciate your contribution!