Process of Issues & Pull Requests #26
Locked
squid233
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issues
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 --> [*]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 --> [*]Beta Was this translation helpful? Give feedback.
All reactions