Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.18 KB

Contributing Guidelines

NOTE: Contribution implies licensing under the terms of LICENSE (AGPL-3).

Pull Request Checklist

Writing Good Commit Messages

  • Keep the first line short but informative.
  • Provide explanation of why the change is being made in the commit message body.
  • Prefer copying relevant information into the commit body over linking to them.
  • Consider whether your commit message includes enough detail for someone to be able to understand it in the future.

Branching Workflow

  • New branches are created on develop.
  • When complete new branches are merged to develop.
  • At release time, develop is merged into main.