Contributing to FindItFaster
October 2, 2025 ยท View on GitHub
We welcome contributions to the FindItFaster extension! Here are some guidelines to help you get started.
Reporting Issues
If you find a bug or have a suggestion for improving the extension, please first check the existing issues to see if it has already been reported. If not, feel free to open a new issue with as much detail as possible.
Contributing Code
- Fork the repository and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue a pull request!
Development Setup
- Clone your fork of the repository.
- Install dependencies with
yarn install. - Make your changes.