Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 570 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 570 Bytes

Contributing Guidelines

Working on a feature

All new feature work should belong in a feature branch that is branched off of develop.

Submitting a PR

Before you submit your Pull Request (PR), do the following:

  1. Pull latest changes from develop into feature branch and resolve any merge conflicts.

  2. Update CHANGELOG.md to include a short description of your change in the next unreleased version.

  3. Run linting and fix any issues that arise from linting:

    pnpm lint
    
  4. In GitHub, open a pull request to merge into develop.