Skip to content

Commit

Permalink
docs: add contributing document, initial FAQ (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Nov 13, 2020
1 parent 9934fe5 commit 734d171
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,14 @@
# 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?_

- node (https://nodejs.org)
- yarn (npm i -g yarn)

### _Why does `yarn version check` fail?_

This project uses Yarn's [deferred release workflow](https://yarnpkg.com/features/release-workflow). Each PR should contain a SemVer impact document, which can be created using `yarn version check --interactive`.

0 comments on commit 734d171

Please sign in to comment.