You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TD
A[1 Fork the repo] -->B[2 Clone the repo to Local]
B --> B1(New Branch)
B1 --> C(3 Develop)
C --> E[5 Commit]
E --> E1[push to the new barnch of fork]
E1 --> F[6 Pull Request from web]
F --> F1[CI Test & Review]
F1 -->|looks good| F2[Merge]
F1 -->|failed| N[Fix Bug]
N --> E
Github Pull Requests
Reference
The text was updated successfully, but these errors were encountered: