diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..c21d1ba --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "jacobbieker", + "name": "Jacob Bieker", + "avatar_url": "https://avatars.githubusercontent.com/u/7170359?v=4", + "profile": "https://www.jacobbieker.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "ocf_blosc2", + "projectOwner": "openclimatefix" +} diff --git a/README.md b/README.md index 0434a77..c51e67c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # ocf_blosc2 + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Blosc2 codec used for OCF's Zarr compression ## How to run tests @@ -8,3 +11,25 @@ Install the repo and run pytest ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Jacob Bieker 💻 |
+