Skip to content

Commit 7fd82e0

Browse files
authored
Merge pull request #92 from iostpa/main
Update the owners field section since we allow only usernames
2 parents 7f48f33 + 0b30f17 commit 7fd82e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/useful/domain-structure.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,13 @@ Each part of the filename (i.e., each subdomain label) must follow these rules:
8888
Provides contact information. Required fields:
8989

9090
* `username`: Your GitHub username.
91-
* `email`: A valid contact email.
9291

9392
Example:
9493

9594
```json
9695
{
9796
"owner": {
98-
"username": "your-github-username",
99-
"email": "[email protected]"
97+
"username": "your-github-username"
10098
}
10199
}
102100
```

0 commit comments

Comments
 (0)