Bicolbites https://bicolbites.vercel.app/
Short Description
Bicolbites is a simple recipe catalogue web application ephasizing special dishes from the Bicol Region, Philippines.
- Github
- Commits:
git commit -m [action]: [description]
- Action:
Option Information featNew feature for the user, not a new feature for build script. fixBug fix for the user, not a fix to a build script. docsChanges to the documentation. styleFormatting, missing semi colons, etc; no production code change refactorRefactoring production code, eg. renaming a variable testAdding missing tests, refactoring tests; no production code change choreUpdating grunt tasks etc; no production code change.
- Action:
- Branching:
git branch '[layer]/[description]' '[commit-hash]' --- or --- git checkout -b '[layer]/[description]' '[commit-hash]'
- Layer:
frontend- A branch that concerns the frontend (presentation layer) of the project.backend- A branch that concerns the backend (data access layer) of the project.
- Description:
- Options:
feature,description, orbugfix.
- Options:
- Commit Hash (Optional):
- Create a branch of
[layer]/[description]from a previous commit using the[commit-hash].
- Create a branch of
- Layer:
- Commits:

