We are open to, and grateful for, any contributions made by the community. By contributing to this project, you agree to abide by the code of conduct.
Fork, then clone the repo:
git clone https://github.com/your-username/react-redux-custom-store.git
Install the dependencies and make sure the tests pass:
npm install
npm test
# lint your code
npm run lint
- Open a new issue in the Issue tracker.
- Fork the repo.
- Create a new feature branch based off the
master
branch. - Make sure all tests pass and there are no linting errors.
- Submit a pull request, referencing any issues it addresses.
Please try to keep your pull request focused in scope and avoid including unrelated commits.
After you have submitted your pull request, we'll try to get back to you as soon as possible. We may suggest some changes or improvements.
Thank you for contributing!