Skip to content

Commit 8741f56

Browse files
committed
Justify our constraint about phone number to be only 8 digit
1 parent c2edc45 commit 8741f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UserGuide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Format: `add n/NAME p/PHONE_NUMBER g/GENDER m/MODULE... [t/TAG]…​`
107107
<div markdown="span" class="alert alert-info"> :notebook: **Note:** Field Constraints
108108
- Names should only contain alphabets, hyphens, dots, commas, forward slash and spaces, and be between 1 and 100 characters long.
109109
- Although / is allowed in names, you should use it carefully, input like m/ g/ n/ will still be recognised as prefix and may lead to unexpected behaviour.
110-
- Phone numbers should only contain numbers, and be exactly 8 digits long.
110+
- Phone numbers should only contain numbers, and be exactly 8 digits long. We do this because we are targeting private education institutions in Singapore.
111111
- Gender should be either `male` or `female`.
112112
- Module should consist of alphanumeric characters and spaces only, and it should be between 1 and 30 characters long.
113113
- Tag should consist of alphanumeric characters only, and it should be between 1 and 30 characters long.

0 commit comments

Comments
 (0)