UNPKG

mtsl

Version:

Replaces npm link with something that actually works!

27 lines (17 loc) 726 B
# Contributing to mtsl Thanks for coming! Contributions of any kind are welcome. ## Setup - Fork [mtsl](https://github.com/nomi9995/mtsl) - Clone your fork - In your `mtsl` directory, run `npm i` ## Submitting an issue You can submit an issue [here](https://github.com/nomi9995/mtsl/issues). Please make sure that there isn't already an issue regarding the same matter, and include as many details as possible about the issue and on how to reproduce it, if relevant. ## Creating a pull request - Please adhere to the style and formatting of the code - Write tests for new functionality - Create purposeful and complete commits ### Before committing - Make sure that `npm test` passes. - Pick a concise commit message