Thank you for helping! We really appreciate your investing time to improve the project. 🎉
Before your first contribution, please read:
- Our community code of conduct. We expect all contributors to uphold this code.
- The Architecture section of the wiki for context, types, and basic foundation of how most.js works.
To start contributing code:
- Clone/fork the repo
npm install
npm test
If you find a bug, we would love it if you let us know so we can patch it up for you, or help you submit a Pull Request to fix it.
To help us fix issues quickly, open an issue:
- Write a short, clear title
- Fill in as much of the issue template as possible
There's nothing better than a great pull request. To ensure that yours gets accepted as quickly and smoothly as possible:
- Write good commit messages. This guide should help.
- Fill in as much of the Pull Request template as possible
- Include unit tests for all new and changes APIs and functionality
- Add or update documentation, including examples