# Contributing Current list of [Contributors](https://github.com/brentlintner/synt/graphs/contributors). ## Issues Current issue tracker is on [GitHub](https://github.com/brentlintner/synt/issues). Even if you are uncomfortable with code, an Issue helps! ## Patches All you need to do is submit a [Pull Request](https://github.com/brentlintner/synt/pulls). 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](CODE_OF_CONDUCT.md). ## Developing git clone git@github.com: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