Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 638 Bytes

Contributing

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.

Issues

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.

Pull Requests

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.