Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 850 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 850 Bytes

Filing a feature request or issue

Please file any feature requests or issues on the Issues page for this repository.

Development

If an issue has been labelled as "validated", this indicates that we intend to work on it.

If you would like to contribute to this repository, for any non-trivial changes, please first open an issue to discuss the proposed change.

Getting Started

  1. Clone the repository
  2. npm i
  3. npm run build

Changesets

When making a change, add and commit a changeset as part of work. This allows us to automatically generate a CHANGELOG and to publish the updated package to npm.

npx changeset in the root of the monorepo and follow the prompts.