Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 845 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (22 loc) · 845 Bytes

Contributing

Current list of Contributors.

Issues

Current issue tracker is on GitHub.

Even if you are uncomfortable with code, an Issue helps!

Patches

All you need to do is submit a Pull Request.

  1. Please consider tests and code quality before submitting.
  2. Please try to keep commits clean, atomic and well explained (for others).

Code Of Conduct

By participating in this project you agree to our Code of Conduct.

Developing

git clone [email protected]:brentlintner/synt.git
cd synt
npm i
npm run -s compile

Testing

npm test
npm run -s test-cov

Dev Scripts

watch and compile files on save:

npm run dev