Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 772 Bytes

File metadata and controls

28 lines (18 loc) · 772 Bytes

Contributing to Workspace

Thanks for your interest in contributing! Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Test thoroughly (run the extension in Vicinae with npm run dev).
  5. Update documentation if needed.
  6. Submit a pull request.

Development Setup

  1. Clone the repo.
  2. Run npm install.
  3. Start Vicinae, then use npm run dev to load the extension.

Code Style

Follow the existing code style. We use Prettier.

Reporting Bugs or Requesting Features

Use the issue templates below.

We welcome all contributions—bug fixes, new features, documentation improvements, etc.