Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 1.46 KB

Contributing

video tutorial on how to contribute

Note

This is based on the monorepo's CONTRIBUTING.md. If something is unclear, please refer to the monorepo's CONTRIBUTING.md and then open a PR to update this file.

Prerequisites

Important

If you are developing on Windows, you need to use WSL.

Development

Getting started

  1. Clone the monorepo.
  2. pnpm i

Important

The three dots ... are important to build the dependencies. Here is the pnpm documentation for filtering.

  1. pnpm --filter @inlang/paraglide-js... build

Making changes

  1. Choose an example to try out your changes.

  2. Write a unit test for the change

Opening a PR

  1. run pnpm run ci to run all tests and checks
  2. run npx changeset to write a changelog and trigger a version bumb. watch this loom video to see how to use changesets: https://www.loom.com/share/1c5467ae3a5243d79040fc3eb5aa12d6