Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 654 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 654 Bytes

ScalikeJDBC Contributors' Guide

Issues

  • Questions should be posted to ScalikeJDBC Users Group
  • Please describe about your issue in detail (version, situation, examples)

Pull Requests

  • Send pull requests toward "develop" or "feature/xxx" branches
  • Compatibility always must be kept as far as possible
  • scalafmt must be applied to all Scala source code
  • Prefer creating scala source code for each class/object/trait (of course, except for sealed trait)

Testing your pull request

Testing with default settings is required when push changes:

sbt test