Meeting Minute
===
###### tags: `Meeting`
:::info
- **Held On:** Google Meet
- **Date:** Nov 27, 2020 4:00 PM
- **Agenda**
1. Development Workflow for HeylawEdu
- **Participants:**
- Badrus
- Roby
- Eko
- **Host:** Jeremy
:::
:dart: Notes
---
- Weekly Meeting for Review and Sprint Planning(Start from 5:00 PM)
- UI/UX should start syncing with Devs, so we can collaborate better
- Don't forget to submit Daily Stand Up on Slack
- One week Cycle or Sprint
:closed_book: Workflow
--
* There are five stages in every Task

* Open PR -> In Progress
* Merge -> In Review

* Branch format `feature/identifier` example: `feature/EKO-11`
---
How to Automate Workflow from GIT to Linear Board?
1. Copy branch name from Task on Linear

2. Create branch using that name
3. Developing....
4. Include Linear Task ID in the Open PR Title, you can copy it from Linear.

5. If PR requested it will mark the task as `In Progress`
5. When the PR meet the requirements and merged, Linear will automatically mark the task to `In Review`
6. Any task will be marked as `Done` after QA get hands on the feature