Commit and Pull Request
Once validated:
git add .
git commit -m "feat(atom): create Label atom"
git push origin feature/006-first-atom
Create Pull Request.
Review.
Merge.
Delete branch.
Mini Exercise
Write a commit message and PR title for one small front-end issue.
Example
- commit:
feat(atom): create Label atom - PR title:
Create Label atom with story and test