We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4818ab6 commit 3086426Copy full SHA for 3086426
1 file changed
wiki/Loops.md
@@ -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