junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

Tools Github PullRequests #301

Open junxnone opened 3 months ago

junxnone commented 3 months ago

Github Pull Requests

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

Reference