Skip to content

Developer Guide

Dave Nicolette edited this page Mar 17, 2021 · 49 revisions

Home

This document was last updated on March 17, 2021.

This information is for developers who want to contribute to the project.

"Definition of Done" checklist for changes

  1. Don't introduce regressions.
  2. Don't introduce regressions.
  3. Don't introduce regressions.
  4. Try to keep test suite syntax intuitive for Cobol programmers.
  5. All executable test cases must be passing before a pull request is accepted.
  6. Documentation on the project wiki must be updated to correspond with the changes you make to the code.
  7. Don't introduce regressions.

Release Cadence

We are not operating on a fixed release cadence at this time. We are building the functionality planned for each release as quickly as we can, and releasing when functionality is complete. It is possible we will establish a release cadence once we have achieved the first stable production-ready release, 1.0.0.

Documentation for Developers

Clone this wiki locally