Contributing to TODOvue Search
May 7, 2025 ยท View on GitHub
Thank you for your interest in contributing to TODOvue Search! We welcome any bug reports, feature requests, or code contributions to improve the component for everyone.
Reporting Bugs and Requesting Features
If you encounter any bugs or have any feature requests, please submit an issue on the GitHub repository. When submitting an issue, please include the following information:
- Steps to reproduce the issue (if it's a bug)
- Expected behavior
- Actual behavior
- Screenshots or code snippets (if applicable)
- Any other relevant information
We appreciate your contributions to make TODOvue Search better!
Contributing Code Changes
If you want to contribute code changes to TODOvue Search, please follow these guidelines:
- Create a new branch from
developfor your changes with a descriptive name likefeature/new-featureorbugfix/fix-bug. If it is to fix a bug in production, it should be created from themainbranch ashotfix/fix-bug. - If you add new features, make sure to include unit tests.
- If you add a function that is not exported to the template, prefix it with an underscore to indicate it is a private method.
- When making changes, update the CHANGELOG.md file with any new features, bug fixes, or dependency updates.
- If you update a dependency to
TODOvue, wait for the new tag and add it to the component.
We appreciate any contributions to make TODOvue Search better for everyone. Thank you for your time and effort!