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

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue a pull request!

Development Setup

  1. Clone your fork of the repository.
  2. Install dependencies with yarn install.
  3. Make your changes.