From 841b5b4fcda128cc21a28e9768e5c4e6c8339282 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:30:35 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 2334144..366c9f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Research Software Engineers Trusted Research Environment + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Build](https://github.com/manics/rse-tre/actions/workflows/build.yml/badge.svg)](https://github.com/manics/rse-tre/actions/workflows/build.yml) [![Documentation Status](https://readthedocs.org/projects/rse-tre-community/badge/?version=latest)](https://rse-tre-community.readthedocs.io/en/latest/?badge=latest) @@ -36,6 +39,20 @@ pre-commit run --all-files + + + + + + +
Simon Li
Simon Li

💻 🖋 🎨 📋 🤔 🚧 📆 👀
+ + + + + + + From 11aa438eb0b52d70c86b35ace42aa814b8ea6e83 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:30:36 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..3a2d27a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,32 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "manics", + "name": "Simon Li", + "avatar_url": "https://avatars.githubusercontent.com/u/1644105?v=4", + "profile": "http://www.flickr.com/photos/manicstreetpreacher/", + "contributions": [ + "code", + "content", + "design", + "eventOrganizing", + "ideas", + "maintenance", + "projectManagement", + "review" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "community", + "projectOwner": "rse-tre" +}