Gitter

Saltmine

This is Saltmine - an attempt to modularize Redmine and in particular the OpenProject fork of it. This is the meta gem that will hold all the parts.

Private repo?

This is private until there is something presentable.

Current goals

  • [ ] Implement a mountable engine for core functionality
    • [ ] should be compatible to the latest Rails, ideally 4.0+
    • [ ] implement user handling an basic issue models
  • [ ] Discuss licensing, ideally should be GPL, but v2 or v3?
    • [ ] allowing the use for evil purposes would allow for backporting to OP ;)
    • [ ] allow military use?

Contributing

  1. Fork it ( https://github.com/floriank/saltmine/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request