diff --git a/.all-contributorsrc b/.all-contributorsrc index ec48ecf1d..dca462903 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,25 +1,25 @@ { - "projectName": "pcmdi_metrics", - "projectOwner": "PCMDI", - "repoType": "github", - "repoHost": "https://github.com", "files": [ - "CONTRIBUTORS.md" + "README.md" ], "imageSize": 100, "commit": false, - "contributorsPerLine": 7, - "contributorsSortAlphabetically": false, - "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)", - "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", - "types": { - "custom": { - "symbol": "🔭", - "description": "A custom contribution type.", - "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + "commitConvention": "angular", + "contributors": [ + { + "login": "lee1043", + "name": "Jiwoo Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/17091564?v=4", + "profile": "https://sites.google.com/view/jiwoolee", + "contributions": [ + "code" + ] } - }, - "linkToUsage": true, + ], + "contributorsPerLine": 7, "skipCi": true, - "contributors": [] + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "pcmdi_metrics", + "projectOwner": "PCMDI" } diff --git a/README.md b/README.md index 229306203..d3f93c1d6 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@
+ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +
@@ -132,3 +135,25 @@ Release Notes and History - [v1.1.2](https://github.com/PCMDI/pcmdi_metrics/releases/tag/v1.1.2) - Now managed through Anaconda, and tied to UV-CDAT 2.10. Weights on bias statistic added. Extensive provenance information incorporated into json files. - [v1.1](https://github.com/PCMDI/pcmdi_metrics/releases/tag/v1.1) - First public release, emphasizing **climatological statistics**, with development branches for ENSO and regional monsoon precipitation indices. - [v1.0](https://github.com/PCMDI/pcmdi_metrics/releases/tag/v1.0) - Prototype version of the PMP. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
Jiwoo Lee
Jiwoo Lee

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file