Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.15 KB

File metadata and controls

23 lines (20 loc) · 1.15 KB

Definition of Done

Issues may enter the needs review stage once their implementation conforms to our definition of done:

  • signed-off by you from user perspective
  • signed-off by you from maintainer perspective
  • signed-off by CI
    • continuous integration passes
  • available as feature branch on GitHub
    • contains the cleaned up commit history
    • commit messages satisfy our commit message guidelines
    • one commit on the branch closes the issue via a Closes #issuenr statement in the body

For addititional details, refer to the contributing guidelines.