Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

docs: add manics as a contributor for code, content, and 6 more #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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"
}
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Research Software Engineers Trusted Research Environment Working Group (RSETREWG)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![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)
Expand Down Expand Up @@ -62,6 +65,20 @@ pre-commit run --all-files
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="http://www.flickr.com/photos/manicstreetpreacher/"><img src="https://avatars.githubusercontent.com/u/1644105?v=4?s=100" width="100px;" alt="Simon Li"/><br /><sub><b>Simon Li</b></sub></a><br /><a href="https://github.com/rse-tre/community/commits?author=manics" title="Code">💻</a> <a href="#content-manics" title="Content">🖋</a> <a href="#design-manics" title="Design">🎨</a> <a href="#eventOrganizing-manics" title="Event Organizing">📋</a> <a href="#ideas-manics" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-manics" title="Maintenance">🚧</a> <a href="#projectManagement-manics" title="Project Management">📆</a> <a href="https://github.com/rse-tre/community/pulls?q=is%3Apr+reviewed-by%3Amanics" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down