mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fix contributors json spec
This commit is contained in:
@@ -1,100 +1,17 @@
|
|||||||
{ "projectName": "nosqlbench",
|
{
|
||||||
"projectOwner": "nosqlbench",
|
"projectOwner": "nosqlbench",
|
||||||
|
"projectName": "nosqlbench",
|
||||||
"repoType": "github",
|
"repoType": "github",
|
||||||
"repoHost": "https://github.com",
|
"repoHost": "https://github.com",
|
||||||
"files": ["README.md"],
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"imageSize": 50,
|
"imageSize": 50,
|
||||||
"commit": false,
|
"commit": false,
|
||||||
|
"commitConvention": "angular",
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
"contributorsSortAlphabetically": false,
|
"contributorsSortAlphabetically": false,
|
||||||
"badgeTemplate": "[](#contributors)",
|
"linkToUsage": true,
|
||||||
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
|
||||||
"types": {
|
|
||||||
"custom": {
|
|
||||||
"symbol": "🔭",
|
|
||||||
"description": "A custom contribution type.",
|
|
||||||
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"linkToUsage": false,
|
|
||||||
"skipCi": true,
|
"skipCi": true,
|
||||||
"contributors": [
|
"contributors": []
|
||||||
{
|
|
||||||
"login": "jshook",
|
|
||||||
"name": "Jonathan Shook",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/2148847?v=4",
|
|
||||||
"profile": "https://github.com/jshook",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk",
|
|
||||||
"mentoring",
|
|
||||||
"platform",
|
|
||||||
"projectManagement",
|
|
||||||
"research",
|
|
||||||
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "phact",
|
|
||||||
"name": "Sebastián Estévez",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/1313220?v=4",
|
|
||||||
"profile": "https://www.sestevez.com",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "yabinmeng",
|
|
||||||
"name": "Yabin Meng",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/16789452?v=4",
|
|
||||||
"profile": "https://github.com/yabinmeng",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "MikeYaacoubStax",
|
|
||||||
"name": "Mike Yaacoub",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/117678633?v=4",
|
|
||||||
"profile": "https://github.com/MikeYaacoubStax",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "jeffbanks",
|
|
||||||
"name": "Jeff Banks",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/4078933?v=4",
|
|
||||||
"profile": "https://github.com/jeffbanks",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "msmygit",
|
|
||||||
"name": "Madhavan S.",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/19366623?v=4",
|
|
||||||
"profile": "https://github.com/msmygit",
|
|
||||||
"contributions": [
|
|
||||||
"question",
|
|
||||||
"doc",
|
|
||||||
"review",
|
|
||||||
"talk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[](#contributors)
|
[](#contributors)
|
||||||
|
[](#contributors)
|
||||||
|
|
||||||
NoSQLBench is an ambitious project. It aims to solve long-standing problems in distributed systems
|
NoSQLBench is an ambitious project. It aims to solve long-standing problems in distributed systems
|
||||||
testing. There are *many* ways you can contribute! Please take a moment to review this document
|
testing. There are *many* ways you can contribute! Please take a moment to review this document
|
||||||
@@ -119,8 +120,8 @@ are eager to get it into the hands of users who need it.
|
|||||||
[discord server](https://discord.gg/dBHRakusMN) and raise your hand!
|
[discord server](https://discord.gg/dBHRakusMN) and raise your hand!
|
||||||
|
|
||||||
|
|
||||||
## Contributors! :sparkle:
|
## Contributors
|
||||||
Thanks to these contributors!
|
Thanks to these contributors! :sparkle:
|
||||||
For recognizing contributions, please follow [this documentation](https://allcontributors.org/docs/en/bot/usage).
|
For recognizing contributions, please follow [this documentation](https://allcontributors.org/docs/en/bot/usage).
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
[comment]: <  >
|
[comment]: <  >
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/io.nosqlbench/nosqlbench)
|
[](https://maven-badges.herokuapp.com/maven-central/io.nosqlbench/nosqlbench)
|
||||||
|
[](https://github.com/nosqlbench/nosqlbench/stargazers)
|
||||||
|
[](https://discord.gg/dBHRakusMN)
|
||||||
|
|
||||||
# NoSQLBench v5
|
# NoSQLBench v5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user