Closed srlhyo closed 1 year ago
The screenshot shows where the issue number is taken from:
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
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:
You should think about how the project and branches are organized or structured.
*For example, the project currently has 3 branches (main, develop, and jetstream-demo), but you should only focus on "jetstream-demo" for now, ignoring the other two.
We have a conventional naming scheme when creating branches (category/issue-number/branch-creator-name/small-description).
*For instance, in your case, as you're adding documentation, the branch name could be like this: