Step 1: Linear Task
Head to Linear and check the tasks that have been assigned to you. Toggle the status to “In Progress” once you have began working on it.Step 2: Create a feature branch
Toggle over to the preview branch by running:zsh
zsh
zsh
Step 3: Make code changes
Make code changes necessary for your tasks on your own feature branch. Remember to commit often for each relevant code portion with meaningful commit messages!Step 4: Push your changes
Once you have tested your changes and ensured that they are functional, merge changes from preview into your local branch by running:zsh
zsh