🗂️Project management

Even if Github Worflows is a small-scale project, a minimum of organization is required to develop it.

To this end, the entire project is managed on Github.

Code saving

In fact, I save the entire code on this hosting service so that I can access it at any time, anywhere.

What's more, a whole host of features are already in place to help you organize your project. Whether it's being able to exchange ideas with other users of the service on a whole range of subjects, obtaining a detailed history of every modification made to the project, or knowing the progress of a task, Github has become essential in the realization of my projects.

Versionning

To keep track of all tasks, I've set up a semantic version of the project. When I'm developing a new feature that will involve major changes, or when I feel the project has reached a new milestone, I create what's known as a milestone. The milestone is made up of a multitude of tasks and represents an important stage in the project's progress.

Once this stage has been completed, a new major version is assigned to the project (see all Github Worflows project versions in the next section).

Last updated