Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 848 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 848 Bytes

Contributing

By participating in this project, you agree to abide by the tenarix code of conduct.

Fork, then clone the repo:

git clone https://github.com/<username>/tenarix.git

System requirements:

node >= 14.0.0
yarn >= 1.22.17

Install dependencies:

yarn

Make your change and make the lint and tests pass:

yarn lint
yarn test

Push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted: