Thanks for your interest in contributing! Here are some guidelines to help you get started.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Test thoroughly (run the extension in Vicinae with
npm run dev). - Update documentation if needed.
- Submit a pull request.
- Clone the repo.
- Run
npm install. - Start Vicinae, then use
npm run devto load the extension.
Follow the existing code style. We use Prettier.
Use the issue templates below.
We welcome all contributions—bug fixes, new features, documentation improvements, etc.