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:

  1. Create a new branch from develop for your changes with a descriptive name like feature/new-feature or bugfix/fix-bug. If it is to fix a bug in production, it should be created from the main branch as hotfix/fix-bug.
  2. If you add new features, make sure to include unit tests.
  3. If you add a function that is not exported to the template, prefix it with an underscore to indicate it is a private method.
  4. When making changes, update the CHANGELOG.md file with any new features, bug fixes, or dependency updates.
  5. 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!