Originally published on my blog Web Warrior Toolbox In this article I write about the workflow we use on daily basis. This is a way to provide the team with simple and easy to understand rules that help them stay in order to have ready to deploy code bases. In this case, we are part of a team where 1 to 3 developers contribute to a code base. We make use of Gitlab and its issue boards to keep track of features. You can refer to these guidelines as a base and adapt for your own team. Be flexible and think about when the rules can be applied a when it is better to device new ways to solve your projects. How we develop? 1. Listen to stakeholders and take notes Start by speaking with stakeholders of the project and internal users from the team. This will give an insight of the the core features that define the application—(e.g. profiles, requests, and others). For each area, note the necessary changes and improvements for your project.…