Skip to content

Workflow Guide

João GS Pereira edited this page Nov 30, 2023 · 4 revisions

Intro

This page contains instructions for working on a certain assignment.

Workflow guides

Whenever you are going to develop a new functionality or fix, go to the branch main and do a pull (git pull) to ensure that your version of code is up to date with regard to the Github repository, avoiding conflicts.

When developing a feature, make a branch for it. Go to the branch guide page for instructions on how to construct a valid branch to work on.

Do periodic commits; don't wait until you've completed the task to do it. This may make code rastreability difficult. Go to the commit guide page for instructions on how to write good commits.

Project Management

Contributing

Documentation

Clone this wiki locally