Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 550 Bytes

Contributing to fxl.js

First and foremost, thank you for taking an interest to contribute to fxl.js. This project can only improve with your help!

Release Checklist for Maintainers

  • Run test and lint tasks by running:
    • yarn nx run-many --all --target=test; and
    • yarn nx run-many --all --target=lint.
  • Bump the version in packages/core/package.json.
  • Update the API documentation by running yarn docs.
  • Create a PR to merge to the upstream develop branch.
  • Publish the package by running yarn publish-to-npm upstream.