From f5fbea7ac4e5eb8717d2bd975dba285ce3a3610f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 16:26:43 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f6d3bdd6..0ba52fb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # AutoPPL + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Build Status](https://travis-ci.org/JamesYang007/autoppl.svg?branch=master)](https://travis-ci.org/JamesYang007/autoppl) [![Coverage Status](https://coveralls.io/repos/github/JamesYang007/autoppl/badge.svg?branch=master)](https://coveralls.io/github/JamesYang007/autoppl?branch=master) @@ -419,6 +422,18 @@ auto res = ppl::nuts(model, config); ## Contributors | **James Yang** | **Jacob Austin** | **Jenny Chen** | **Lucie Le Blanc** | + + + + + + + +

Jenny Chen

💻 🎨
+ + + + | :---: | :---: | :---: | :---: | | [![JamesYang007](https://avatars3.githubusercontent.com/u/5008832?s=150&v=4)](https://github.com/JamesYang007) | [![jacobaustin123](https://avatars1.githubusercontent.com/u/28993550?s=150&u=151a97ac00d11e39ab3c0dbb8920dad934177d06&v=4)](https://github.com/jacobaustin123) | [![jenchen1398](https://avatars2.githubusercontent.com/u/13106682?s=150&u=926a625662c64366b66355dbdfc7b02f21dd4c91&v=4)](https://github.com/jenchen1398) | [![lucieleblanc](https://avatars1.githubusercontent.com/u/14223323?s=20&v=4)](https://github.com/lucieleblanc) | | `github.com/JamesYang007` | `github.com/jacobaustin123` | `github.com/jenchen1398` | `github.com/lucieleblanc` | From 76b6c9bd9bf2dd887631435f5029b6a417a58241 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 16:26:44 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..394c650e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "jenchen1398", + "name": "Jenny Chen", + "avatar_url": "https://avatars0.githubusercontent.com/u/13106682?v=4", + "profile": "http://jenny-chen.net", + "contributions": [ + "code", + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "autoppl", + "projectOwner": "JamesYang007", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}