-
Notifications
You must be signed in to change notification settings - Fork 61
Workflow Guide
João GS Pereira edited this page Nov 30, 2023
·
4 revisions
This page contains instructions for working on a certain assignment.
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.
Made based on Microsoft wiki for vscode.
Project Management
Contributing
- How to Contribute
- Source Code Organization
- Coding Guidelines
- Working on Guides
Documentation