Contributing to RMStore is welcomed and encouraged. The original repository is no longer maintained and the original author is unreachable, so I'm willing to assume maintenance if desired.
GitHub issues are used to track bugs and enhancements. Please ensure that your description is clear and has sufficient instructions to be able to reproduce the issue.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.