We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421d9fa commit 61118fdCopy full SHA for 61118fd
index.html
@@ -19,4 +19,19 @@ <h2>Staging → Production</h2>
19
</html>
20
21
</body>
22
-</html>
+</html>
23
+<!DOCTYPE html>
24
+<html>
25
+<head>
26
+ <title>PR Flow</title>
27
+</head>
28
+<body>
29
+ <h2>YourName_012 branch</h2>
30
+ <ol>
31
+ <li>YourName_012 → Development</li>
32
+ <li>Development → Staging</li>
33
+ <li>Staging → Production</li>
34
+ </ol>
35
+ <p>Repeat the Pull Request process for each step above.</p>
36
+</body>
37
0 commit comments