.all-contributorsrc 2.6 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 55 56 57
    },
    {
      "login": "igor-suhorukov",
      "name": "igor-suhorukov",
      "avatar_url": "https://avatars1.githubusercontent.com/u/10332206?v=4",
      "profile": "https://www.linkedin.com/in/suhorukov",
      "contributions": [
        "code",
        "ideas"
      ]
58 59 60
    },
    {
      "login": "mick2004",
61
      "name": "mick2004",
62 63 64 65 66 67
      "avatar_url": "https://avatars1.githubusercontent.com/u/2042132?v=4",
      "profile": "https://github.com/mick2004",
      "contributions": [
        "code",
        "platform"
      ]
68 69 70 71 72 73 74 75 76 77
    },
    {
      "login": "rawkode",
      "name": "rawkode",
      "avatar_url": "https://avatars3.githubusercontent.com/u/145816?v=4",
      "profile": "https://rawkode.com",
      "contributions": [
        "code",
        "infra"
      ]
78 79 80 81 82 83 84 85 86 87
    },
    {
      "login": "solidnerd",
      "name": "Niclas Mietz",
      "avatar_url": "https://avatars0.githubusercontent.com/u/886383?v=4",
      "profile": "https://solidnerd.dev",
      "contributions": [
        "code",
        "infra"
      ]
88 89 90 91 92 93 94 95 96 97
    },
    {
      "login": "solanav",
      "name": "solanav",
      "avatar_url": "https://avatars1.githubusercontent.com/u/32469597?v=4",
      "profile": "http://solanav.github.io",
      "contributions": [
        "code",
        "doc"
      ]
98 99 100 101 102 103 104
    }
  ],
  "contributorsPerLine": 7,
  "projectName": "questdb",
  "projectOwner": "questdb",
  "repoType": "github",
  "repoHost": "https://github.com",
105 106
  "skipCi": true,
  "commitConvention": "angular"
107
}