.all-contributorsrc 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-green.svg?style=for-the-badge)](#contributors)",
  6. "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><b><%= contributor.name %></b></a><br /><%= contributions %>",
  7. "imageSize": 100,
  8. "commit": false,
  9. "contributors": [
  10. {
  11. "login": "scopatz",
  12. "name": "Anthony Scopatz",
  13. "avatar_url": "https://avatars2.githubusercontent.com/u/320553?v=4",
  14. "profile": "http://www.scopatz.com",
  15. "contributions": [
  16. "doc"
  17. ]
  18. },
  19. {
  20. "login": "orangecoloured",
  21. "name": "RCKT",
  22. "avatar_url": "https://avatars3.githubusercontent.com/u/3314891?v=4",
  23. "profile": "https://rckt.cc",
  24. "contributions": [
  25. "theme"
  26. ]
  27. },
  28. {
  29. "login": "varmanishant",
  30. "name": "varmanishant",
  31. "avatar_url": "https://avatars1.githubusercontent.com/u/4084912?v=4",
  32. "profile": "https://github.com/varmanishant",
  33. "contributions": [
  34. "theme"
  35. ]
  36. },
  37. {
  38. "login": "rlerdorf",
  39. "name": "Rasmus Lerdorf",
  40. "avatar_url": "https://avatars3.githubusercontent.com/u/54641?v=4",
  41. "profile": "https://github.com/rlerdorf",
  42. "contributions": [
  43. "bug",
  44. "ideas"
  45. ]
  46. },
  47. {
  48. "login": "Luflosi",
  49. "name": "Luflosi",
  50. "avatar_url": "https://avatars1.githubusercontent.com/u/15217907?v=4",
  51. "profile": "https://github.com/Luflosi",
  52. "contributions": [
  53. "fix",
  54. "question",
  55. "doc"
  56. ]
  57. },
  58. {
  59. "login": "connorholyday",
  60. "name": "Connor Holyday",
  61. "avatar_url": "https://avatars1.githubusercontent.com/u/4559119?v=4",
  62. "profile": "https://holyday.me",
  63. "contributions": [
  64. "fix"
  65. ]
  66. },
  67. {
  68. "login": "BlueDrink9",
  69. "name": "BlueDrink9",
  70. "avatar_url": "https://avatars3.githubusercontent.com/u/26474254?v=4",
  71. "profile": "https://github.com/BlueDrink9",
  72. "contributions": [
  73. "bug"
  74. ]
  75. },
  76. {
  77. "login": "brujoand",
  78. "name": "Anders Brujordet",
  79. "avatar_url": "https://avatars1.githubusercontent.com/u/124421?v=4",
  80. "profile": "https://github.com/brujoand",
  81. "contributions": [
  82. "theme"
  83. ]
  84. },
  85. {
  86. "login": "rjshrjndrn",
  87. "name": "Rajesh Rajendran",
  88. "avatar_url": "https://avatars3.githubusercontent.com/u/2563385?v=4",
  89. "profile": "http://www.hackouts.com",
  90. "contributions": [
  91. "fix"
  92. ]
  93. }
  94. ],
  95. "types": {
  96. "theme": {
  97. "symbol": "😻",
  98. "description": "New theme added to the collection"
  99. },
  100. "fix": {
  101. "symbol": "🛠️",
  102. "description": "Fixed a theme"
  103. }
  104. },
  105. "contributorsPerLine": 7,
  106. "projectName": "kitty-themes",
  107. "projectOwner": "dexpota",
  108. "repoType": "github",
  109. "repoHost": "https://github.com",
  110. "commitConvention": "none"
  111. }