Thank you for contributing to @bigab/simple-store! ## Reporting Bugs To report a bug, please visit [GitHub Issues](../../issues). When filing a bug, it is helpful to include small examples using tools like [CodeSandbox][1] or [CodePen][2]. Search for previous tickets, if there is one add to that one rather than creating another. ## Contributing When contributing, please include tests with new features or bug fixes in a feature branch until you're ready to submit the code for consideration; then push to the fork, and submit a pull request. More detailed steps are as follows: 1. Navigate to your clone of the @bigab/simple-store repository - `cd /path/to/@bigab/simple-store` 2. Create a new feature branch - `git checkout -b some-fix` 3. Make some changes 4. Update tests to accomodate your changes 5. Run tests (`npm test`) and make sure they pass 6. Update the documentation if necessary 7. Push your changes to your remote branch - `git push -u origin some-fix` 8. Submit a pull request! Navigate to [Pull Requests](../../pulls) and click the 'New Pull Request' button. Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request". [1]: https://codesandbox.io [2]: https://codepen.io/