Created a bot in GitLab that checks all merge requests and guides developers on how to create them properly.
It helps ensure the right merge request title, required disclosures, and necessary steps are followed before a feature, bug fix, or change is released.
This improves alignment across the team and helps make sure the software development lifecycle is followed consistently.
The implementation uses GitLab pipelines and Python-based automation.