Skip to content

Commit 4ea3905

Browse files
committed
Added Requirements in comments
1 parent 8e42931 commit 4ea3905

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ <h1>Product Pick</h1>
1717
<!--
1818
try writing out the requirements first as comments
1919
this will also help you fill in your PR message later-->
20+
21+
<!-- REQUIREMENTS:
22+
1.Customer's name - ensure it contains at least two non-space characters.
23+
2.Customer's email - Email must be valid and follow consistent pattern.
24+
3.T-Shirt colours - Provide 3 options, ensure right option can be picked.
25+
4.Provide size options -XS, S, M, L, XL, XXL-->
2026
</form>
2127
</main>
2228
<footer>

0 commit comments

Comments
 (0)