-
Notifications
You must be signed in to change notification settings - Fork 61
Branch Guide
João GS Pereira edited this page Nov 30, 2023
·
3 revisions
Work with branches instructions are provided in this section.
For branch names, use the group name in uppercase, followed by the branch's purpose in lowercase, using hyphen as a separator.
- BUG: A problem in the development environment
- HOTFIX: A problem that has arisen in the production environment
- FEATURE: A new feature that has been approved and is fully ready for development
- WIP: A newly approved feature that is dependent on other functionality but is ready for development.
BUG-fix-first-deploymentFEAT-create-header-component
Made based on Microsoft wiki for vscode.
Project Management
Contributing
- How to Contribute
- Source Code Organization
- Coding Guidelines
- Working on Guides
Documentation