srlhyo / wrab-be-it

cool web application
0 stars 1 forks source link

Add Learning Development to the project #3

Closed srlhyo closed 1 year ago

srlhyo commented 1 year ago

Now that you're already familiar with GIT, GITHUB, and the commands, you're ready for the following task:

TASK: Add the "Learning Development" folder to the project. But before executing the TASK please consider a few points:

*For instance, in your case, as you're adding documentation, the branch name could be like this:

    doc/issue-3/vitor/add-git-doc
srlhyo commented 1 year ago

The screenshot shows where the issue number is taken from:

Image

srlhyo commented 1 year ago

Naming Convention when creating branches:

CATEGORY:

/feature -> when we work on a new feature such as login form, calculator, etc...

/bugfix -> when your task is to work on bug that has been found during testing phase

/hotfix -> when a bug is found right after a code release to live and we need to get it fixed quickly as it is impacting customers

/refactor -> when we are refactoring code, making it better, but is not changing behavior/functionality

/docs -> when adding or deploying any sort of documentation