Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 748 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 748 Bytes

Contributing to React-DnD

So you want to contibute to React-DnD? Thank you! This library is a community effort, and your contributions are greatly appreciated.

FAQ

What do I need to get started?

You only need Node and Yarn 1 installed in your CLI. This project uses Yarn v2, but Yarn v1 will pick up the relevant binaries on this repository.

🤔 Why is my Pull Request failing?

The most likely cause is that you need to cut a Semver impact document using yarn version check --interactive

This project uses Yarn's deferred release workflow. By tracking the Semver impact of each PR we bump versions in a systematic manner.