From ab5dd552323362d99d0bbd6598c7727bfd24a80f Mon Sep 17 00:00:00 2001 From: Aklilu Mihtsun Date: Fri, 11 Sep 2026 13:20:17 +0100 Subject: [PATCH 1/7] listing requirements in comment --- Form-Controls/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..bcdb0aeb9 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -16,7 +16,15 @@

Product Pick

+ this will also help you fill in your PR message later + + requirements + -What is the customer's name? I must collect this data and ensure it contains at least two non-space characters + -What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern + -What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours? + -What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL --> + +