Contributing to Wml
June 20, 2016 ยท View on GitHub
Thanks for coming! Contributions of any kind are welcome.
Setup
- Fork Wml
- Clone your fork
- In your
wmldirectory, runnpm i
Submitting an issue
You can submit an issue here. 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 testpasses. - Pick a concise commit message