-
Notifications
You must be signed in to change notification settings - Fork 70
Main workflow
This article describes the main steps which are taken to complete a theme-related task.
-
When start working on a Front-End task, change its status is the FE board to "In progress".
-
Create a feature branch. Make sure to push your feature branch, open a draft PR and assign yourself. The front-end team will be automatically assigned as a reviewer.
-
Develop / style away! Once ready, arrange your commits. We usually squash commits and leave a single commit per type: docs, feat, test etc.
-
When ready, make sure all CI checks have passed successfully and mark the PR as "Ready for review".
-
Reflect the feedback from the reviewer and re-request a review.
-
After the PR is approved, it could be merged to develop (if there aren't any special conditions). The item status in the Front-End boards will be automatically changed to "Done".