@cycle/core
Version:
The Cycle run() function meant to be used with RxJS v4
8 lines (6 loc) • 379 B
Markdown
First of all, thank you for contributing. It’s appreciated.
1. Clone the repo and install dependencies with `npm install`.
2. Make a GitHub issue before doing significant amount of work.
3. Run `npm test` to lint and test. Don’t commit before fixing all errors and warnings.
4. Reference the issue’s number in your commit. E.g.: “Did this #12”
5. Make a pull request.