.all-contributorsrc 1.4 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 20 21 22 23 24 25 26
    },
    {
      "login": "sirinath",
      "name": "Suminda Sirinath Salpitikorala Dharmasena",
      "avatar_url": "https://avatars2.githubusercontent.com/u/637415?v=4",
      "profile": "http://sirinath.com/",
      "contributions": [
        "ideas"
      ]
27 28 29 30 31 32 33 34 35 36
    },
    {
      "login": "tonytamwk",
      "name": "tonytamwk",
      "avatar_url": "https://avatars2.githubusercontent.com/u/20872271?v=4",
      "profile": "https://github.com/tonytamwk",
      "contributions": [
        "code",
        "userTesting"
      ]
37 38 39 40 41 42 43 44 45 46 47
    },
    {
      "login": "ideoma",
      "name": "Alex Pelagenko",
      "avatar_url": "https://avatars0.githubusercontent.com/u/2159629?v=4",
      "profile": "https://github.com/ideoma",
      "contributions": [
        "code",
        "userTesting",
        "test"
      ]
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
}