-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add test for having more than one spaces in readme
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,6 +254,8 @@ For more information about the governance of the Node.js project, see | |
**Quo User** <[email protected]> (she/her) | ||
* [Quux](https://github.com/quux) - | ||
**Quux User** <[email protected]> (he/him) | ||
* [ExtraSpace](https://github.com/extraspace) - | ||
**Extra Space** <[email protected]> (he/him) | ||
|
||
### Collaborator Emeriti | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,11 @@ | |
"name": "Quux User", | ||
"email": "[email protected]", | ||
"type": "COLLABORATOR" | ||
}, | ||
{ | ||
"login": "ExtraSpace", | ||
"name": "Extra Space", | ||
"email": "[email protected]", | ||
"type": "COLLABORATOR" | ||
} | ||
] |