# Contributing All contributions should adhere to the rules outlined in [.eslintrc](.eslintrc) and [.prettierrc](.prettierrc). Furthermore, the following rules should always be followed: - Update the [README.md](README.md) with details of any changes to the interface, this includes new options, or any modifications to the intended use of this package. - Increase the version number according to [SemVer 2.0](https://semver.org/). ## Contribution flow 1. Fork the [transaction-client](https://github.com/torywalker/transaction-client) repo 1. Create a branch 1. Commit changes to your branch 1. Push commits to the remote branch 1. Open a [Pull Request](https://github.com/torywalker/transaction-client/pulls) 1. Await Pull Request approval