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
stateDiagram-v2
d: New
p: In Progress
cd: Closed / Delivered
pd: Proposed to Drop
cw: Closed / Withdrawn
b: Backlog
[*] --> d: New Issue
d --> p: Working
p --> cd: Done
pd --> b: Not approved
pd --> cw: Approved
p --> pd: Give up
b --> p: Working
cd --> [*]
cw --> [*]
Loading
Pull Requests
stateDiagram-v2
d: New
c: Backlog
p: In Progress
r: Ready for Review
t: Targeted
i: Integrated
cd: Closed / Delivered
pd: Proposed to Drop
cw: Closed / Withdrawn
[*] --> d: New PR
d --> p: Developing
p --> r: Done
r --> c: Request change
c --> r: Done
r --> t: Approved
t --> i: Merged
i --> cd: Available in current version
t --> c: Late enhancement
pd --> cw: Approved
c --> pd: Drop
p --> pd: Drop
cd --> [*]
cw --> [*]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Issues
Pull Requests
Beta Was this translation helpful? Give feedback.
All reactions