Skip to content

Commit 61118fd

Browse files
author
karanchauhan13
committed
Update index.html with PR flow
1 parent 421d9fa commit 61118fd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,19 @@ <h2>Staging &rarr; Production</h2>
1919
</html>
2020

2121
</body>
22-
</html>
22+
</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 &rarr; Development</li>
32+
<li>Development &rarr; Staging</li>
33+
<li>Staging &rarr; Production</li>
34+
</ol>
35+
<p>Repeat the Pull Request process for each step above.</p>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)