Skip to content

Commit b81d4a0

Browse files
Update team.yaml
1 parent 756c569 commit b81d4a0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/team.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,15 @@ body:
5656
placeholder: "user3,user4,@org/team2"
5757
validations:
5858
required: false
59-
pattern: "^(@?[a-z0-9_.-]+(/[a-z0-9_.-]+)?)(,\\s*@?[a-z0-9_.-]+(/[a-z0-9_.-]+)?)*$"
59+
pattern: "^(@?[a-z0-9_.-]+(/[a-z0-9_.-]+)?)(,\\s*@?[a-z0-9_.-]+(/[a-z0-9_.-]+)?)*$"
60+
61+
62+
- type: input
63+
id: full_name
64+
attributes:
65+
label: "GitHub User Full Name"
66+
description: "Provide your full name"
67+
placeholder: "John Doe"
68+
validations:
69+
required: true
70+
pattern: "^[A-Za-z ,.'-]{3,100}$"

0 commit comments

Comments
 (0)