Skip to content

Guidelines

Daniel Gómez-Sánchez edited this page May 17, 2017 · 1 revision

Guidelines

  • Pushing directly to master branch is not allowed.
  • It is recommended to name branches with a short form of your name and a explanatory name. Example: dgs_fix_issue30.
  • Pull Requests should be reviewed before merging by other developer.
  • Any new code will require unit/integration tests.
  • Use org.apache.logging.log4j.Logger for logging.
  • Use TestNG for testing.
  • Use magicDGS Style Guide for code formatting.
Clone this wiki locally