Thank you for your interest in contributing to the Core Banking System COBOL project!
If you find a bug, please create an issue with a detailed description of the problem and steps to reproduce it.
We welcome feature requests! Please create an issue to discuss your ideas.
- Fork the repository.
- Create a new branch for your changes.
- Ensure your COBOL code follows the existing style (72-column limit, proper division structure).
- Include a newline at the end of all
.CBLand.CPYfiles. - Submit a pull request with a clear description of your changes.
- Compiler: GnuCOBOL (
cobc) - System: Windows (MSYS2/MinGW-w64 recommended)
- Use
LINE SEQUENTIALfor data files where appropriate. - Maintain clear
WORKING-STORAGEorganization. - Ensure all programs have proper
IDENTIFICATION DIVISION.