Skip to content

Commit 3086426

Browse files
committed
wiki: add loops page
1 parent 4818ab6 commit 3086426

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

wiki/Loops.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Loops
2+
3+
Canonical loop docs are in docs/loops.
4+
5+
## Loop map
6+
7+
```mermaid
8+
flowchart TD
9+
Task[Task] --> Type{Type}
10+
Type -- Feature --> Feature[Feature loop]
11+
Type -- Bug --> Bug[Bug loop]
12+
Type -- Pipeline --> Pipe[Pipeline loop]
13+
Type -- Security --> Sec[Security loop]
14+
Type -- Release --> Rel[Release loop]
15+
Type -- Improvement --> Improve[Improvement loop]
16+
```
17+
18+
## Pages
19+
20+
- docs/loops/README.md
21+
- docs/loops/feature.md
22+
- docs/loops/bugfix-loop.md
23+
- docs/loops/pipeline-repair.md
24+
- docs/loops/security.md
25+
- docs/loops/release.md

0 commit comments

Comments
 (0)