📄️ Issue Selection
The development workflow begins with the selection of issues. We use GitHub issues to manage tasks, bugs, and feature requests. The issues are categorized using labels (e.g., A Web).
📄️ Branching Strategy
Our branching strategy is based on the Gitflow Workflow.
📄️ Coding Standards
This document outlines the coding standards and best practices that we follow in our projects.
📄️ Testing
This document outlines the testing standards and best practices that we follow in our projects. Our primary focus is on end-to-end (E2E) testing because it validates the application as a whole, ensuring that all components function together as expected.
📄️ Code Review
Effective code reviews are crucial for maintaining a high standard of code quality and ensuring that our project is sustainable in the long run. This document outlines the process that developers should follow when contributing code to the project and when performing code reviews.