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.
- Fork the documentation repository: vuetage-docs
- Create a branch for your changes:
git checkout -b feature/new-documentation
- Make your contributions to the documentation.
- Submit a Pull Request to the main branch in the repository.
Contribute to Components
- Fork the components repository: vuetage
- Create a branch for your changes:
git checkout -b feature/new-component
- Develop and test your components.
- Submit a Pull Request to the main branch in the repository.
Report Bugs in Components
Found a bug? Please report it!
- Open a new issue at: Vuetage Issues
- Provide details about the bug, including steps to reproduce.
Help Resolve Issues
Want to help resolve existing issues?
- Check open issues: Vuetage Issues
- 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!