- Open new branch using git checkout -b branchname origin/main
- complete your edit
- ensure that everything works
- git add .
- yarn changeset(create a new version/release of the modified file)
- select the change type (major / minor / patch)
- write some detail about the changes made
- code in review
- wait for approval