Thank you for your interest in contributing to rx-parallel
! We welcome contributions from everyone.
To get started, follow these steps:
- Install dependencies with
npm ci
- Make changes
- Test your changes
- Add tests if needed
- Fork the repository
- Submit a pull request against the
master
branch - Ask for a review
We follow the Conventional Commits specification. Make sure your commit messages follow the format below:
<type>(optional scope): <description>
Available types:
fix
- bug fixes, e.g. fix linting errorsfeat
- new features, e.g. add new commanddocs
- changes to documentationfeat!
- breaking changes, e.g. remove command / change command signatureBREAKING CHANGE
- breaking changes, e.g. remove command / change command signature
If you have any questions or concerns, please contact us at [email protected]
Happy contributing!