From 57faf83bafda4de1f22a4a5f742a52b1e33f6082 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 08:19:00 +0000 Subject: [PATCH 1/4] docs: update README.md [skip ci] --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 779d9cde9..2cf32b3c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Graasp Builder + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![All Contributors](https://img.shields.io/github/all-contributors/graasp/graasp-builder?color=ee8449&style=flat-square)](#contributors) ## Installation @@ -49,6 +52,20 @@ You can run `yarn cypress:open` to access the framework and visually display the + + + + + + +
Kim Lan Phan Hoang
Kim Lan Phan Hoang

💻
+ + + + + + + From d53660e6022554316957d52584029c274a842e89 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 08:19:01 +0000 Subject: [PATCH 2/4] 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 000000000..e7ab6328d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "pyphilia", + "name": "Kim Lan Phan Hoang", + "avatar_url": "https://avatars.githubusercontent.com/u/11229627?v=4", + "profile": "http://pyphilia.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "graasp-builder", + "projectOwner": "graasp" +} From 92793eab9785d6a01e8601b08052f886af40eed6 Mon Sep 17 00:00:00 2001 From: pyphilia Date: Wed, 8 Feb 2023 09:20:57 +0100 Subject: [PATCH 3/4] refactor: remove previous badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cf32b3c2..c49c5e7f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) -[![All Contributors](https://img.shields.io/github/all-contributors/graasp/graasp-builder?color=ee8449&style=flat-square)](#contributors) ## Installation @@ -70,4 +69,4 @@ You can run `yarn cypress:open` to access the framework and visually display the - \ No newline at end of file + From eec6d8be901a46aad07b9d6fb66e43347e585521 Mon Sep 17 00:00:00 2001 From: pyphilia Date: Wed, 8 Feb 2023 09:23:06 +0100 Subject: [PATCH 4/4] refactor: change my profile url --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e7ab6328d..a979408f3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -10,7 +10,7 @@ "login": "pyphilia", "name": "Kim Lan Phan Hoang", "avatar_url": "https://avatars.githubusercontent.com/u/11229627?v=4", - "profile": "http://pyphilia.com", + "profile": "https://www.linkedin.com/in/kim-lan-phan-hoang-a457bb130", "contributions": [ "code" ]