.all-contributorsrc 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "files": [
    "README.md"
  ],
  "imageSize": 100,
  "commit": false,
  "contributors": [
    {
      "login": "clickingbuttons",
      "name": "clickingbuttons",
      "avatar_url": "https://avatars1.githubusercontent.com/u/43246297?v=4",
      "profile": "https://github.com/clickingbuttons",
      "contributions": [
14 15 16
        "code",
        "ideas",
        "userTesting"
17
      ]
18 19
    },
    {
M
Méril 已提交
20 21 22 23
      "login": "ideoma",
      "name": "ideoma",
      "avatar_url": "https://avatars0.githubusercontent.com/u/2159629?v=4",
      "profile": "https://github.com/ideoma",
24
      "contributions": [
M
Méril 已提交
25 26 27
        "code",
        "userTesting",
        "test"
28
      ]
29 30 31 32 33 34 35 36 37 38
    },
    {
      "login": "tonytamwk",
      "name": "tonytamwk",
      "avatar_url": "https://avatars2.githubusercontent.com/u/20872271?v=4",
      "profile": "https://github.com/tonytamwk",
      "contributions": [
        "code",
        "userTesting"
      ]
39 40
    },
    {
M
Méril 已提交
41 42 43 44
      "login": "sirinath",
      "name": "sirinath",
      "avatar_url": "https://avatars2.githubusercontent.com/u/637415?v=4",
      "profile": "http://sirinath.com/",
45
      "contributions": [
M
Méril 已提交
46
        "ideas"
47
      ]
48 49 50 51 52 53 54
    }
  ],
  "contributorsPerLine": 7,
  "projectName": "questdb",
  "projectOwner": "questdb",
  "repoType": "github",
  "repoHost": "https://github.com",
55 56
  "skipCi": true,
  "commitConvention": "angular"
57
}