From 043f0bca4d400be0e78e3486c0183114660459a5 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:03:57 +0100 Subject: [PATCH 01/70] add md section to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6bda316728..f33d81af10 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ There are lots of ways to contribute, not just writing code! See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRIBUTING.md) to learn more about how we work together as a community and how you can contribute. +## Contributors + + + + + + + + + + ## :cake: Releases If you're new to the project, why not check out our [latest release](https://github.com/alan-turing-institute/data-safe-haven/releases/latest)? From 68690512dba9b5bc88f9adb8b5632180b37c26cb Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:04:51 +0100 Subject: [PATCH 02/70] add badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f33d81af10..7c0679c6c2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the [![Slack](https://img.shields.io/badge/Join%20us!-yellow?style=flat&logo=slack&logoColor=white&labelColor=4A154B&label=Slack)](https://join.slack.com/t/turingdatasafehaven/signup) ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) +[![All Contributors](https://img.shields.io/github/all-contributors/alan-turing-institute/data-safe-haven?color=ee8449&style=flat-square)](#contributors) ## :family: Community & support From 201afa3190fde87cd410d4c7a7f680e6916c184b Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:06:38 +0100 Subject: [PATCH 03/70] add .all-contributorsrc --- .all-contributorsrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..f767de4a8a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "data-safe-haven", + "projectOwner": "alan-turing-institute" +} \ No newline at end of file From ccc8c46f308813b58d5e262eb507d6c4b9672b18 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:08:42 +0100 Subject: [PATCH 04/70] deprecate existing contibutors table --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e406ecc7c..fad6aa7c2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -230,9 +230,7 @@ To preview your changes, you can build the docs locally. See [docs/README.md](do ### Who's involved in the project -As some users have `GitHub` IDs that make it a little difficult to know who they are in real life and it's sometimes nice to know **who** you're working with on the project, hopefully this table will help you put names to faces and IDs :sparkles: - -The following people have made one or more commits to the project: + ## Get in touch From 888cdfe119d3d5b706625c24ce743deca1954159 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:14:45 +0100 Subject: [PATCH 05/70] update contributing.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fad6aa7c2f..f02ae33e69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ Jump to the following sections: - [Who's involved in the project](#whos-involved-in-the-project) - [Make a change with a pull request](#making-a-change-with-a-pull-request) - [Make a change to the documentation](#making-a-change-to-the-documentation) + - [Adding new contributors](#adding-new-contributors) ## A DevOps development philosophy @@ -267,6 +268,18 @@ To preview your changes, you can build the docs locally. See [docs/README.md](do | Warwick Wood | [@warwick26](https://github.com/warwick26) | | Kevin Xu | [@kevinxufs](https://github.com/kevinxufs) | --> +Take a look at the full list of contributors on our [README](README.md). + +### Adding new contributors + +We use the @all-contributors bot. See the [documentation](https://allcontributors.org/docs/en/bot/usage) on how this is used. + +In short, you can comment on an Issue or Pull Request, asking @all-contributors to add a contributor: + +``` +@all-contributors please add @ for +``` + ## Get in touch You can get in touch with the development team at safehavendevs@turing.ac.uk. From 1d27a3368b312c214041968c079a58c883e52e61 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:27:25 +0100 Subject: [PATCH 06/70] pass lint --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f02ae33e69..0a28f91ba4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -276,9 +276,7 @@ We use the @all-contributors bot. See the [documentation](https://allcontributor In short, you can comment on an Issue or Pull Request, asking @all-contributors to add a contributor: -``` -@all-contributors please add @ for -``` +`@all-contributors please add @ for ` ## Get in touch From fadde274a8cd7fb4d7ff6e0d5e859b68e5b0a6df Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:41:11 +0100 Subject: [PATCH 07/70] remove old table --- CONTRIBUTING.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a28f91ba4..0b20931dc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -231,43 +231,6 @@ To preview your changes, you can build the docs locally. See [docs/README.md](do ### Who's involved in the project - - Take a look at the full list of contributors on our [README](README.md). ### Adding new contributors From ac8b85f62ea908c695810547545e902a68da9ead Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:49:49 +0100 Subject: [PATCH 08/70] cli updates --- .all-contributorsrc | 15 +++++++++++++-- README.md | 9 +++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f767de4a8a..3d6cf3ccf5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,15 @@ { "projectName": "data-safe-haven", - "projectOwner": "alan-turing-institute" -} \ No newline at end of file + "projectOwner": "alan-turing-institute", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [], + "contributorsPerLine": 7, + "linkToUsage": false +} diff --git a/README.md b/README.md index 7c0679c6c2..70b8f1cc60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ![Data Safe Haven cartoon by Scriberia for The Alan Turing Institute](docs/source/_static/scriberia_diagram.jpg) + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + # :eyes: What is the Turing Data Safe Haven? @@ -36,6 +39,12 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI ## Contributors + + + + + + From 07b42e4c5658c5e48407fb342ddd0d65ce6b863a Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 19 Oct 2023 10:52:22 +0100 Subject: [PATCH 09/70] remove duplicate badge --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 70b8f1cc60..f3bed6f183 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ ![Data Safe Haven cartoon by Scriberia for The Alan Turing Institute](docs/source/_static/scriberia_diagram.jpg) - -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) - # :eyes: What is the Turing Data Safe Haven? From 1ccc1b1d298680552b5f73ef8b5f2fc94b9634ab Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:23:03 +0100 Subject: [PATCH 10/70] add comments for badge location --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3bed6f183..0aac7a9fdf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the [![Slack](https://img.shields.io/badge/Join%20us!-yellow?style=flat&logo=slack&logoColor=white&labelColor=4A154B&label=Slack)](https://join.slack.com/t/turingdatasafehaven/signup) ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) + + [![All Contributors](https://img.shields.io/github/all-contributors/alan-turing-institute/data-safe-haven?color=ee8449&style=flat-square)](#contributors) ## :family: Community & support From 0d41fd483f182af89a34d1b507e082d05d7a9088 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:29:26 +0100 Subject: [PATCH 11/70] make contrib section and badge correct --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0aac7a9fdf..306d01a298 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) - [![All Contributors](https://img.shields.io/github/all-contributors/alan-turing-institute/data-safe-haven?color=ee8449&style=flat-square)](#contributors) + ## :family: Community & support @@ -38,12 +38,6 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI ## Contributors - - - - - - From 99d00e2acb69cdbee181b6ae37f2d7ce2632d6da Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:33:18 +0100 Subject: [PATCH 12/70] docs: add @jemrobinson as a contributor --- .all-contributorsrc | 13 ++++++++++++- README.md | 9 ++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3d6cf3ccf5..bf32c9beea 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,7 +9,18 @@ "imageSize": 100, "commit": true, "commitConvention": "angular", - "contributors": [], + "contributors": [ + { + "login": "jemrobinson", + "name": "James Robinson", + "avatar_url": "https://avatars.githubusercontent.com/u/3502751?v=4", + "profile": "https://github.com/jemrobinson", + "contributions": [ + "code", + "doc" + ] + } + ], "contributorsPerLine": 7, "linkToUsage": false } diff --git a/README.md b/README.md index 306d01a298..68aa61174f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/github/all-contributors/alan-turing-institute/data-safe-haven?color=ee8449&style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -40,6 +40,13 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI + + + + + + +
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
From afc02b6f4465450fe83e164cec9cb941f3653de7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:49 +0100 Subject: [PATCH 13/70] docs: add @martintoreilly as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index bf32c9beea..3f563d6379 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -19,6 +19,16 @@ "code", "doc" ] + }, + { + "login": "martintoreilly", + "name": "Martin O'Reilly", + "avatar_url": "https://avatars.githubusercontent.com/u/21147592?v=4", + "profile": "https://github.com/martintoreilly", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 68aa61174f..9cb0aed6c5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -44,6 +44,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“– + Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“– From 4bad8bd3a19d3bf86d8ebe4475a9567551c683c8 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:50 +0100 Subject: [PATCH 14/70] docs: add @JimMadge as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3f563d6379..79e4da84c2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -29,6 +29,16 @@ "code", "doc" ] + }, + { + "login": "JimMadge", + "name": "Jim Madge", + "avatar_url": "https://avatars.githubusercontent.com/u/23616154?v=4", + "profile": "https://github.com/JimMadge", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9cb0aed6c5..4a79575098 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -45,6 +45,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“– Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“– + Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– From 16cb6b33c4063c2f5289bcbc64b80792107b6750 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:51 +0100 Subject: [PATCH 15/70] docs: add @edwardchalstrey1 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 79e4da84c2..cc6847500f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -39,6 +39,16 @@ "code", "doc" ] + }, + { + "login": "edwardchalstrey1", + "name": "Ed Chalstrey", + "avatar_url": "https://avatars.githubusercontent.com/u/5486164?v=4", + "profile": "http://edchalstrey.com/", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4a79575098..bd1bb30232 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -46,6 +46,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“– Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“– Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– + Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– From 8f5df30185a84ee0f86e56629b1d70b51e1d831e Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:52 +0100 Subject: [PATCH 16/70] docs: add @craddm as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index cc6847500f..843cbdc9ae 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -49,6 +49,16 @@ "code", "doc" ] + }, + { + "login": "craddm", + "name": "Matt Craddock", + "avatar_url": "https://avatars.githubusercontent.com/u/5796417?v=4", + "profile": "https://github.com/craddm", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index bd1bb30232..3f8ab6e009 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -47,6 +47,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“– Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– + Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– From 3b7dbfcc3fdc8a22c387155b706a8cd6a2ee191d Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:53 +0100 Subject: [PATCH 17/70] docs: add @tomdoel as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 843cbdc9ae..94990abe4a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -59,6 +59,16 @@ "code", "doc" ] + }, + { + "login": "tomdoel", + "name": "Tom Doel", + "avatar_url": "https://avatars.githubusercontent.com/u/4216900?v=4", + "profile": "https://github.com/tomdoel", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 3f8ab6e009..ab5ca56d24 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -48,6 +48,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– + Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– From 8522b87507ba75b116af139e7d1f8bd6dc3f24e5 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:55 +0100 Subject: [PATCH 18/70] docs: add @OscartGiles as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 94990abe4a..4ae5e2cc08 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -69,6 +69,16 @@ "code", "doc" ] + }, + { + "login": "OscartGiles", + "name": "Oscar T Giles", + "avatar_url": "https://avatars.githubusercontent.com/u/12784013?v=4", + "profile": "https://github.com/OscartGiles", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ab5ca56d24..f34f2039b4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -49,6 +49,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– + Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– From 0af290661398e69931d5f45b02319c273f792b41 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:56 +0100 Subject: [PATCH 19/70] docs: add @james-c as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4ae5e2cc08..e996374855 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -79,6 +79,16 @@ "code", "doc" ] + }, + { + "login": "james-c", + "name": "James Cunningham", + "avatar_url": "https://avatars.githubusercontent.com/u/150765?v=4", + "profile": "https://github.com/james-c", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index f34f2039b4..270f167ced 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -51,6 +51,9 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– + + James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– + From 59f6913bce81d57c07662f6aa50023cb008dc15e Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:57 +0100 Subject: [PATCH 20/70] docs: add @miguelmorin as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e996374855..e282c2d7d9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -89,6 +89,16 @@ "code", "doc" ] + }, + { + "login": "miguelmorin", + "name": "miguelmorin", + "avatar_url": "https://avatars.githubusercontent.com/u/32396311?v=4", + "profile": "https://github.com/miguelmorin", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 270f167ced..534763e052 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -53,6 +53,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– + miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– From 7450453f3a606dd54d4c00e9456c511bb07871c4 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:43:58 +0100 Subject: [PATCH 21/70] docs: add @cathiest as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e282c2d7d9..2ef0c2c990 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -99,6 +99,16 @@ "code", "doc" ] + }, + { + "login": "cathiest", + "name": "cathiest", + "avatar_url": "https://avatars.githubusercontent.com/u/38755168?v=4", + "profile": "https://github.com/cathiest", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 534763e052..c435145b81 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -54,6 +54,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– + cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– From b73aa9db291f7fbda61188d4884f190d7992ec68 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:00 +0100 Subject: [PATCH 22/70] docs: add @bw-faststream as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2ef0c2c990..d24444c1c7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -109,6 +109,16 @@ "code", "doc" ] + }, + { + "login": "bw-faststream", + "name": "bw-faststream", + "avatar_url": "https://avatars.githubusercontent.com/u/54804128?v=4", + "profile": "https://github.com/bw-faststream", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index c435145b81..3d3f2f9b04 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -55,6 +55,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– + bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– From 0f29f43dbe12db6182645d659728443be2322514 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:02 +0100 Subject: [PATCH 23/70] docs: add @oforrest as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d24444c1c7..c5f39edc2a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -119,6 +119,16 @@ "code", "doc" ] + }, + { + "login": "oforrest", + "name": "oforrest", + "avatar_url": "https://avatars.githubusercontent.com/u/49275282?v=4", + "profile": "https://github.com/oforrest", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 3d3f2f9b04..7594b5368a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -56,6 +56,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– + oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– From c26687dd4eb628a57fb1d958f2b91aa21847592e Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:04 +0100 Subject: [PATCH 24/70] docs: add @jamespjh as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c5f39edc2a..23495f5ebc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -129,6 +129,16 @@ "code", "doc" ] + }, + { + "login": "jamespjh", + "name": "James Hetherington", + "avatar_url": "https://avatars.githubusercontent.com/u/55009?v=4", + "profile": "https://github.com/jamespjh", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7594b5368a..371c7e6b42 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -57,6 +57,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– + James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“– From b01b74638f670bee0fbae86e82095f29fbcfc3ae Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:05 +0100 Subject: [PATCH 25/70] docs: add @warwick26 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 23495f5ebc..d36c3b4c82 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -139,6 +139,16 @@ "code", "doc" ] + }, + { + "login": "warwick26", + "name": "warwick26", + "avatar_url": "https://avatars.githubusercontent.com/u/33690673?v=4", + "profile": "https://github.com/warwick26", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 371c7e6b42..cccfccd640 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -58,6 +58,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“– + warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– From e9eb715117d1728911abf0e46634ceb83e84dd82 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:06 +0100 Subject: [PATCH 26/70] docs: add @KirstieJane as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d36c3b4c82..c226109aa3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -149,6 +149,16 @@ "code", "doc" ] + }, + { + "login": "KirstieJane", + "name": "Kirstie Whitaker", + "avatar_url": "https://avatars.githubusercontent.com/u/3626306?v=4", + "profile": "https://github.com/KirstieJane", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index cccfccd640..e19b2811a1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -60,6 +60,9 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– + + Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“– + From e9d07abe5019f9e03f9c9575c80da4eefec13f70 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:07 +0100 Subject: [PATCH 27/70] docs: add @thobson88 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c226109aa3..02642b7da9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -159,6 +159,16 @@ "code", "doc" ] + }, + { + "login": "thobson88", + "name": "Tim Hobson", + "avatar_url": "https://avatars.githubusercontent.com/u/26117394?v=4", + "profile": "https://github.com/thobson88", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index e19b2811a1..23e71dea6c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -62,6 +62,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“– + Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“– From d99dcd010684b4f4b2813824a868f6959d4bc1dc Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:09 +0100 Subject: [PATCH 28/70] docs: add @ens-george-holmes as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 02642b7da9..3274c6ab06 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -169,6 +169,16 @@ "code", "doc" ] + }, + { + "login": "ens-george-holmes", + "name": "ens-george-holmes", + "avatar_url": "https://avatars.githubusercontent.com/u/62715301?v=4", + "profile": "https://github.com/ens-george-holmes", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 23e71dea6c..78431f5b39 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -63,6 +63,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“– Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“– + ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– From c3c363af23f93ce3cb9c8f992e8cb938208b864d Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:10 +0100 Subject: [PATCH 29/70] docs: add @fedenanni as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3274c6ab06..9ecfb24b88 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -179,6 +179,16 @@ "code", "doc" ] + }, + { + "login": "fedenanni", + "name": "Federico Nanni", + "avatar_url": "https://avatars.githubusercontent.com/u/8415204?v=4", + "profile": "https://github.com/fedenanni", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 78431f5b39..094cbe43d2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -64,6 +64,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“– Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“– ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– + Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– From 15c5ddcffa778283636794ccbaa8e5e75d4cb646 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:11 +0100 Subject: [PATCH 30/70] docs: add @tomaslaz as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 9ecfb24b88..6e90d60c6b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -189,6 +189,16 @@ "code", "doc" ] + }, + { + "login": "tomaslaz", + "name": "Tomas Lazauskas", + "avatar_url": "https://avatars.githubusercontent.com/u/12182911?v=4", + "profile": "https://github.com/tomaslaz", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 094cbe43d2..66d398612f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -65,6 +65,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“– ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– + Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– From d3501b8dc6ccc6782648c0cecacf3a16ae487c55 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:12 +0100 Subject: [PATCH 31/70] docs: add @rwinstanley1 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 6e90d60c6b..4c844828d7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -199,6 +199,16 @@ "code", "doc" ] + }, + { + "login": "rwinstanley1", + "name": "rwinstanley1", + "avatar_url": "https://avatars.githubusercontent.com/u/56362072?v=4", + "profile": "https://github.com/rwinstanley1", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 66d398612f..ba736ab165 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -66,6 +66,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– + rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– From 2040ab681c5ead655314395215be05c90ecf3f62 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:13 +0100 Subject: [PATCH 32/70] docs: add @sysdan as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4c844828d7..7402557f1e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -209,6 +209,16 @@ "code", "doc" ] + }, + { + "login": "sysdan", + "name": "Daniel", + "avatar_url": "https://avatars.githubusercontent.com/u/49038294?v=4", + "profile": "https://github.com/sysdan", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ba736ab165..7f36934f4b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -67,6 +67,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– + Daniel
Daniel

๐Ÿ’ป ๐Ÿ“– From da7c6b008aabca8790db9efeb42a568214415e91 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:14 +0100 Subject: [PATCH 33/70] docs: add @ACabrejas as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7402557f1e..85a3e73e1e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -219,6 +219,16 @@ "code", "doc" ] + }, + { + "login": "ACabrejas", + "name": "Alvaro Cabrejas Egea", + "avatar_url": "https://avatars.githubusercontent.com/u/22940095?v=4", + "profile": "https://warwick.ac.uk/fac/sci/mathsys/people/students/2015intake/cabrejas-egea/", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7f36934f4b..c36e02ae46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -69,6 +69,9 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– Daniel
Daniel

๐Ÿ’ป ๐Ÿ“– + + Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– + From e9de9f664e8717749d3404d23469868c8b1fc148 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:16 +0100 Subject: [PATCH 34/70] docs: add @harisood as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 85a3e73e1e..65ec13f6ae 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -229,6 +229,16 @@ "code", "doc" ] + }, + { + "login": "harisood", + "name": "harisood", + "avatar_url": "https://avatars.githubusercontent.com/u/67151373?v=4", + "profile": "https://github.com/harisood", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index c36e02ae46..fc36d79e47 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -71,6 +71,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– + harisood
harisood

๐Ÿ’ป ๐Ÿ“– From 56abc24190a06f46ab8b854d7489e111ac3ce993 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:17 +0100 Subject: [PATCH 35/70] docs: add @getcarter21 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 65ec13f6ae..e3bfbe7f37 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -239,6 +239,16 @@ "code", "doc" ] + }, + { + "login": "getcarter21", + "name": "getcarter21", + "avatar_url": "https://avatars.githubusercontent.com/u/34555297?v=4", + "profile": "https://github.com/getcarter21", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index fc36d79e47..33521291d9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -72,6 +72,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– harisood
harisood

๐Ÿ’ป ๐Ÿ“– + getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– From 2859cfd4ddbd39d3e047444517891758523caa30 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:19 +0100 Subject: [PATCH 36/70] docs: add @christopheredsall as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e3bfbe7f37..8cfb5eedef 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -249,6 +249,16 @@ "code", "doc" ] + }, + { + "login": "christopheredsall", + "name": "Christopher Edsall", + "avatar_url": "https://avatars.githubusercontent.com/u/1021204?v=4", + "profile": "https://github.com/christopheredsall", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 33521291d9..edfecb0718 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -73,6 +73,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– harisood
harisood

๐Ÿ’ป ๐Ÿ“– getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– + Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– From 78b3d35c2b78608b6aace7f6838803192ed778b8 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:20 +0100 Subject: [PATCH 37/70] docs: add @ens-brett-todd as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8cfb5eedef..ba31d85b35 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -259,6 +259,16 @@ "code", "doc" ] + }, + { + "login": "ens-brett-todd", + "name": "ens-brett-todd", + "avatar_url": "https://avatars.githubusercontent.com/u/62715658?v=4", + "profile": "https://github.com/ens-brett-todd", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index edfecb0718..ed22f8818e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -74,6 +74,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI harisood
harisood

๐Ÿ’ป ๐Ÿ“– getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– + ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– From 26bd3b75ebbd0b55ef6ba089b0d118e2d00949a1 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:21 +0100 Subject: [PATCH 38/70] docs: add @darenasc as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ba31d85b35..381d26dbec 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -269,6 +269,16 @@ "code", "doc" ] + }, + { + "login": "darenasc", + "name": "Diego Arenas", + "avatar_url": "https://avatars.githubusercontent.com/u/7409896?v=4", + "profile": "https://darenasc.github.io/", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ed22f8818e..ede0a09416 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -75,6 +75,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– + Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“– From 20f0bfbae843fa8761b44ab27989728d3ff675f0 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:22 +0100 Subject: [PATCH 39/70] docs: add @kevinxufs as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 381d26dbec..221f5affd5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -279,6 +279,16 @@ "code", "doc" ] + }, + { + "login": "kevinxufs", + "name": "kevinxufs", + "avatar_url": "https://avatars.githubusercontent.com/u/48526846?v=4", + "profile": "https://github.com/kevinxufs", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ede0a09416..3068a0b9a4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -76,6 +76,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“– + kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– From 7f6f79df5827eaa3aa3c31dad6ba9e411e5c75e3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:23 +0100 Subject: [PATCH 40/70] docs: add @vollmersj as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 221f5affd5..0d663fcaac 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -289,6 +289,16 @@ "code", "doc" ] + }, + { + "login": "vollmersj", + "name": "vollmersj", + "avatar_url": "https://avatars.githubusercontent.com/u/12613127?v=4", + "profile": "https://github.com/vollmersj", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 3068a0b9a4..9cf2195fdd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -78,6 +78,9 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“– kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– + + vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– + From f11cfea17abcb6f34dd48427970fca466ff932a3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:25 +0100 Subject: [PATCH 41/70] docs: add @callummole as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0d663fcaac..6b026d7c9a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -299,6 +299,16 @@ "code", "doc" ] + }, + { + "login": "callummole", + "name": "Callum Mole", + "avatar_url": "https://avatars.githubusercontent.com/u/22677759?v=4", + "profile": "https://github.com/callummole", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9cf2195fdd..d90ea53a27 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -80,6 +80,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– + Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“– From e5688c048e5fdbd11e3fdb614357994a053630f9 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:26 +0100 Subject: [PATCH 42/70] docs: add @JulesMarz as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 6b026d7c9a..e45caca9e0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -309,6 +309,16 @@ "code", "doc" ] + }, + { + "login": "JulesMarz", + "name": "Jules M", + "avatar_url": "https://avatars.githubusercontent.com/u/40864686?v=4", + "profile": "https://github.com/JulesMarz", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index d90ea53a27..aafed3841b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -81,6 +81,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“– + Jules M
Jules M

๐Ÿ’ป ๐Ÿ“– From 31cf4d4833c93c636187596eb92938dbd9cdee30 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:28 +0100 Subject: [PATCH 43/70] docs: add @DavidBeavan as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e45caca9e0..1c198b2d0c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -319,6 +319,16 @@ "code", "doc" ] + }, + { + "login": "DavidBeavan", + "name": "David Beavan", + "avatar_url": "https://avatars.githubusercontent.com/u/6524799?v=4", + "profile": "https://github.com/DavidBeavan", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index aafed3841b..a17eea6411 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -82,6 +82,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“– Jules M
Jules M

๐Ÿ’ป ๐Ÿ“– + David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“– From f143a711b0feefc36247a20f7e473cc93e9c546d Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:29 +0100 Subject: [PATCH 44/70] docs: add @gn5 as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1c198b2d0c..b5eb9405c9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -329,6 +329,16 @@ "code", "doc" ] + }, + { + "login": "gn5", + "name": "Guillaume Noell", + "avatar_url": "https://avatars.githubusercontent.com/u/50482094?v=4", + "profile": "https://github.com/gn5", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index a17eea6411..5947eec16d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -83,6 +83,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“– Jules M
Jules M

๐Ÿ’ป ๐Ÿ“– David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“– + Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“– From 1e485b7c67c517a3241533b89ae123cd1142c915 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:44:30 +0100 Subject: [PATCH 45/70] docs: add @jack89roberts as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b5eb9405c9..79a0c0ab9f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -339,6 +339,16 @@ "code", "doc" ] + }, + { + "login": "jack89roberts", + "name": "Jack Roberts", + "avatar_url": "https://avatars.githubusercontent.com/u/16308271?v=4", + "profile": "https://github.com/jack89roberts", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 5947eec16d..457d07aa75 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-34-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -84,6 +84,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Jules M
Jules M

๐Ÿ’ป ๐Ÿ“– David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“– Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“– + Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“– From 39afc10365c42d00feea3606061dac4985e267e9 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:48:49 +0100 Subject: [PATCH 46/70] add contributors table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 457d07aa75..8b793e5330 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– - cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– - bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– + cathiest
cathiest

๐Ÿ’ป + bw-faststream
bw-faststream

๐Ÿ’ป oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– @@ -66,17 +66,17 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– - rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– + rwinstanley1
rwinstanley1

๐Ÿ’ป Daniel
Daniel

๐Ÿ’ป ๐Ÿ“– Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– - harisood
harisood

๐Ÿ’ป ๐Ÿ“– + harisood
harisood

๐Ÿ’ป getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“– - kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– + kevinxufs
kevinxufs

๐Ÿ’ป vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– From f76146c7bbe8362c0b5db08693b8643dbcdfa3bf Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:53:38 +0100 Subject: [PATCH 47/70] update instructions --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b20931dc3..de58af3841 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -235,11 +235,11 @@ Take a look at the full list of contributors on our [README](README.md). ### Adding new contributors -We use the @all-contributors bot. See the [documentation](https://allcontributors.org/docs/en/bot/usage) on how this is used. +We use @all-contributors to maintain the contributor list on the README, however we do not use the GitHub bot. -In short, you can comment on an Issue or Pull Request, asking @all-contributors to add a contributor: +You should follow the same instructions as above to [make a change with a pull request](#making-a-change-with-a-pull-request) when adding a new contributor. -`@all-contributors please add @ for ` +To add new contributor to the README table, see the [all-contributors CLI documentation](https://allcontributors.org/docs/en/cli/overview) and use the CLI to add the new contributor, then make a pull request with your changes. ## Get in touch From da174b0864c98f5952e75d07995c1fb67a43c0a1 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 09:57:35 +0100 Subject: [PATCH 48/70] docs: add @RobC-CTL as a contributor --- .all-contributorsrc | 10 ++++++++++ README.md | 13 +++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 79a0c0ab9f..168d54db70 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -349,6 +349,16 @@ "code", "doc" ] + }, + { + "login": "RobC-CTL", + "name": "Rob Clarke", + "avatar_url": "https://avatars.githubusercontent.com/u/29575619?v=4", + "profile": "https://www.coriniumtech.com/", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 8b793e5330..d904e06f88 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-34-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -54,8 +54,8 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– - cathiest
cathiest

๐Ÿ’ป - bw-faststream
bw-faststream

๐Ÿ’ป + cathiest
cathiest

๐Ÿ’ป ๐Ÿ“– + bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– @@ -66,17 +66,17 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– - rwinstanley1
rwinstanley1

๐Ÿ’ป + rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– Daniel
Daniel

๐Ÿ’ป ๐Ÿ“– Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– - harisood
harisood

๐Ÿ’ป + harisood
harisood

๐Ÿ’ป ๐Ÿ“– getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“– - kevinxufs
kevinxufs

๐Ÿ’ป + kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– @@ -85,6 +85,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“– Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“– Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“– + Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“– From fe7c5b77116f774912d67186edf31b5cd066f52e Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:09:34 +0100 Subject: [PATCH 49/70] add blank contributor page on DSH site --- docs/source/contributing/index.md | 11 +++++++++++ docs/source/index.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/source/contributing/index.md diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md new file mode 100644 index 0000000000..f8cbc6abe5 --- /dev/null +++ b/docs/source/contributing/index.md @@ -0,0 +1,11 @@ +(contributors)= + +# Contributors + + + + + + + + \ No newline at end of file diff --git a/docs/source/index.md b/docs/source/index.md index b048a58177..d3fff3125e 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -9,6 +9,7 @@ design/index.md deployment/index.md processes/index.md roles/index.md +contributing/index.md ``` ```{image} _static/scriberia_diagram.jpg From 03603e6371e056e2dbf944031bc0a80b59389ff9 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:16:31 +0100 Subject: [PATCH 50/70] docs: update @jemrobinson as a contributor --- .all-contributorsrc | 3 +- docs/source/contributing/index.md | 50 +++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 168d54db70..7725eca68c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -4,7 +4,8 @@ "repoType": "github", "repoHost": "https://github.com", "files": [ - "README.md" + "README.md", + "docs/source/contributing/index.md" ], "imageSize": 100, "commit": true, diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index f8cbc6abe5..dec7277cf1 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -5,6 +5,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
cathiest
cathiest

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ’ป ๐Ÿ“–
James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
harisood
harisood

๐Ÿ’ป ๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“–
vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
+ From 7243526c6345f0874bc62cd8763656963bf0df45 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:32:08 +0100 Subject: [PATCH 51/70] docs: update @harisood as a contributor --- .all-contributorsrc | 1 - README.md | 2 +- docs/source/contributing/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7725eca68c..569efb2973 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -237,7 +237,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/67151373?v=4", "profile": "https://github.com/harisood", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index d904e06f88..ab9230bbf0 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– - harisood
harisood

๐Ÿ’ป ๐Ÿ“– + harisood
harisood

๐Ÿ“– getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index dec7277cf1..08fb76e6a9 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -36,7 +36,7 @@ Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“– - harisood
harisood

๐Ÿ’ป ๐Ÿ“– + harisood
harisood

๐Ÿ“– getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“– Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– From f2c1c27962f2a332b56f39019c572447516f8517 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:33:51 +0100 Subject: [PATCH 52/70] sort alphabetically --- add_all.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 add_all.sh diff --git a/add_all.sh b/add_all.sh new file mode 100755 index 0000000000..c8a56c5f42 --- /dev/null +++ b/add_all.sh @@ -0,0 +1,5 @@ +#!/bin/bash +usernames=("martintoreilly" "JimMadge" "edwardchalstrey1" "craddm" "tomdoel" "OscartGiles" "james-c" "miguelmorin" "cathiest" "bw-faststream" "RobC-CT" "oforrest" "jamespjh" "warwick26" "KirstieJane" "thobson88" "ens-george-holmes" "fedenanni" "tomaslaz" "rwinstanley1" "sysdan" "ACabrejas" "harisood" "getcarter21" "christopheredsall" "ens-brett-todd" "darenasc" "kevinxufs" "vollmersj" "callummole" "JulesMarz" "DavidBeavan" "gn5" "jack89roberts") +for name in "${usernames[@]}"; do + yarn all-contributors add "$name" code,doc +done From 383283b372e7adf783b0da93746e405b700bad51 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:34:07 +0100 Subject: [PATCH 53/70] Revert "sort alphabetically" This reverts commit f2c1c27962f2a332b56f39019c572447516f8517. --- add_all.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 add_all.sh diff --git a/add_all.sh b/add_all.sh deleted file mode 100755 index c8a56c5f42..0000000000 --- a/add_all.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -usernames=("martintoreilly" "JimMadge" "edwardchalstrey1" "craddm" "tomdoel" "OscartGiles" "james-c" "miguelmorin" "cathiest" "bw-faststream" "RobC-CT" "oforrest" "jamespjh" "warwick26" "KirstieJane" "thobson88" "ens-george-holmes" "fedenanni" "tomaslaz" "rwinstanley1" "sysdan" "ACabrejas" "harisood" "getcarter21" "christopheredsall" "ens-brett-todd" "darenasc" "kevinxufs" "vollmersj" "callummole" "JulesMarz" "DavidBeavan" "gn5" "jack89roberts") -for name in "${usernames[@]}"; do - yarn all-contributors add "$name" code,doc -done From 29940706b140fb4e4600d3f9c056f1ec468c7e04 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:34:52 +0100 Subject: [PATCH 54/70] contributorsSortAlphabetically --- .all-contributorsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 569efb2973..3086fc3e3b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -361,6 +361,7 @@ ] } ], + "contributorsSortAlphabetically": true, "contributorsPerLine": 7, "linkToUsage": false } From 7126ff1be836069c39ea69f2bfd56df7192079f7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:35:26 +0100 Subject: [PATCH 55/70] docs: update @cathiest as a contributor --- .all-contributorsrc | 1 - README.md | 56 +++++++++++++++---------------- docs/source/contributing/index.md | 56 +++++++++++++++---------------- 3 files changed, 56 insertions(+), 57 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3086fc3e3b..c867e1c719 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -107,7 +107,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/38755168?v=4", "profile": "https://github.com/cathiest", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index ab9230bbf0..9b729755f4 100644 --- a/README.md +++ b/README.md @@ -43,49 +43,49 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - - - + + + + + + - - - + + + - - - - - + + + + + + + - - - - - - - - - + + + + - - + + + + + + + - - - - - - +
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
cathiest
cathiest

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ’ป ๐Ÿ“–
James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
harisood
harisood

๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“–
cathiest
cathiest

๐Ÿ“–
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
harisood
harisood

๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ’ป ๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“–
vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 08fb76e6a9..ee6f6a6fdb 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -8,49 +8,49 @@ - - - + + + + + + - - - + + + - - - - - + + + + + + + - - - - - - - - - + + + + - - + + + + + + + - - - - - - +
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
cathiest
cathiest

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ’ป ๐Ÿ“–
James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
harisood
harisood

๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“–
cathiest
cathiest

๐Ÿ“–
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
harisood
harisood

๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ’ป ๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“–
vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
From 8a88f8f3fcda975cd6c92fc248515324b4d455ea Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:35:43 +0100 Subject: [PATCH 56/70] docs: update @bw-faststream as a contributor --- .all-contributorsrc | 1 - README.md | 2 +- docs/source/contributing/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c867e1c719..b767f18948 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -116,7 +116,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/54804128?v=4", "profile": "https://github.com/bw-faststream", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index 9b729755f4..734e03b098 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– - bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– + bw-faststream
bw-faststream

๐Ÿ“– cathiest
cathiest

๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index ee6f6a6fdb..08dfc805fc 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -37,7 +37,7 @@ Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– - bw-faststream
bw-faststream

๐Ÿ’ป ๐Ÿ“– + bw-faststream
bw-faststream

๐Ÿ“– cathiest
cathiest

๐Ÿ“– ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“– ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“– From 93774b784733e53fc09be23827effc44e45903c7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:35:53 +0100 Subject: [PATCH 57/70] docs: update @oforrest as a contributor --- .all-contributorsrc | 1 - README.md | 2 +- docs/source/contributing/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b767f18948..cb3b097fd1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -125,7 +125,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/49275282?v=4", "profile": "https://github.com/oforrest", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index 734e03b098..d71886a0c5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI harisood
harisood

๐Ÿ“– kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– - oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– + oforrest
oforrest

๐Ÿ“– rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 08dfc805fc..4ae06b912e 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -47,7 +47,7 @@ harisood
harisood

๐Ÿ“– kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– - oforrest
oforrest

๐Ÿ’ป ๐Ÿ“– + oforrest
oforrest

๐Ÿ“– rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– From 643a6d9304b37faac923a6a206856023fa29d45c Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:36:32 +0100 Subject: [PATCH 58/70] docs: update @rwinstanley1 as a contributor --- .all-contributorsrc | 1 - README.md | 2 +- docs/source/contributing/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index cb3b097fd1..f6c6820437 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -204,7 +204,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/56362072?v=4", "profile": "https://github.com/rwinstanley1", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index d71886a0c5..eccef3c891 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ“– - rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– + rwinstanley1
rwinstanley1

๐Ÿ“– vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 4ae06b912e..dcdc6f1a55 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -48,7 +48,7 @@ kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ“– - rwinstanley1
rwinstanley1

๐Ÿ’ป ๐Ÿ“– + rwinstanley1
rwinstanley1

๐Ÿ“– vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“– warwick26
warwick26

๐Ÿ’ป ๐Ÿ“– From 0d0d5dbe54ac664ba021370d46b4703c26465f58 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:36:50 +0100 Subject: [PATCH 59/70] docs: update @kevinxufs as a contributor --- .all-contributorsrc | 1 - README.md | 2 +- docs/source/contributing/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f6c6820437..65c3ab4e3f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -282,7 +282,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/48526846?v=4", "profile": "https://github.com/kevinxufs", "contributions": [ - "code", "doc" ] }, diff --git a/README.md b/README.md index eccef3c891..ffd913ed84 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI harisood
harisood

๐Ÿ“– - kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– + kevinxufs
kevinxufs

๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ“– rwinstanley1
rwinstanley1

๐Ÿ“– diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index dcdc6f1a55..e0c2d11cdb 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -45,7 +45,7 @@ harisood
harisood

๐Ÿ“– - kevinxufs
kevinxufs

๐Ÿ’ป ๐Ÿ“– + kevinxufs
kevinxufs

๐Ÿ“– miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– oforrest
oforrest

๐Ÿ“– rwinstanley1
rwinstanley1

๐Ÿ“– From 3c990d411bca1100193f006987731c5a6d9d2117 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 24 Oct 2023 11:40:03 +0100 Subject: [PATCH 60/70] newline --- docs/source/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index e0c2d11cdb..635a3f75fc 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -58,4 +58,4 @@ - \ No newline at end of file + From 8c992bdb79c3c9d0c63e4f0a3123e8712ecc967d Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 24 Oct 2023 15:25:49 +0100 Subject: [PATCH 61/70] Improve contributors contributions --- .all-contributorsrc | 211 ++++++++++++++++++++++++------ README.md | 76 ++++++----- docs/source/contributing/index.md | 74 ++++++----- 3 files changed, 247 insertions(+), 114 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 65c3ab4e3f..003fa79457 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -18,7 +18,20 @@ "profile": "https://github.com/jemrobinson", "contributions": [ "code", - "doc" + "content", + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "infra", + "projectManagement", + "promotion", + "question", + "review", + "security", + "test", + "talk" ] }, { @@ -28,7 +41,20 @@ "profile": "https://github.com/martintoreilly", "contributions": [ "code", - "doc" + "content", + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "infra", + "projectManagement", + "promotion", + "question", + "review", + "security", + "test", + "talk" ] }, { @@ -38,7 +64,18 @@ "profile": "https://github.com/JimMadge", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "infra", + "projectManagement", + "promotion", + "question", + "review", + "security", + "test" ] }, { @@ -48,7 +85,12 @@ "profile": "http://edchalstrey.com/", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas", + "eventOrganizing", + "review", + "test" ] }, { @@ -58,7 +100,16 @@ "profile": "https://github.com/craddm", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "promotion", + "question", + "review", + "security", + "test" ] }, { @@ -68,7 +119,9 @@ "profile": "https://github.com/tomdoel", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas" ] }, { @@ -78,7 +131,8 @@ "profile": "https://github.com/OscartGiles", "contributions": [ "code", - "doc" + "doc", + "ideas" ] }, { @@ -88,7 +142,9 @@ "profile": "https://github.com/james-c", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas" ] }, { @@ -98,7 +154,9 @@ "profile": "https://github.com/miguelmorin", "contributions": [ "code", - "doc" + "doc", + "ideas", + "test" ] }, { @@ -107,7 +165,10 @@ "avatar_url": "https://avatars.githubusercontent.com/u/38755168?v=4", "profile": "https://github.com/cathiest", "contributions": [ - "doc" + "content", + "doc", + "bug", + "ideas" ] }, { @@ -116,7 +177,11 @@ "avatar_url": "https://avatars.githubusercontent.com/u/54804128?v=4", "profile": "https://github.com/bw-faststream", "contributions": [ - "doc" + "doc", + "ideas", + "bug", + "projectManagement", + "userTesting" ] }, { @@ -125,7 +190,10 @@ "avatar_url": "https://avatars.githubusercontent.com/u/49275282?v=4", "profile": "https://github.com/oforrest", "contributions": [ - "doc" + "doc", + "ideas", + "projectManagement", + "promotion" ] }, { @@ -134,8 +202,14 @@ "avatar_url": "https://avatars.githubusercontent.com/u/55009?v=4", "profile": "https://github.com/jamespjh", "contributions": [ - "code", - "doc" + "doc", + "bug", + "ideas", + "fundingFinding", + "projectManagement", + "promotion", + "talk", + "content" ] }, { @@ -145,7 +219,7 @@ "profile": "https://github.com/warwick26", "contributions": [ "code", - "doc" + "ideas" ] }, { @@ -154,8 +228,16 @@ "avatar_url": "https://avatars.githubusercontent.com/u/3626306?v=4", "profile": "https://github.com/KirstieJane", "contributions": [ - "code", - "doc" + "content", + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "projectManagement", + "promotion", + "talk", + "userTesting" ] }, { @@ -165,7 +247,9 @@ "profile": "https://github.com/thobson88", "contributions": [ "code", - "doc" + "bug", + "doc", + "ideas" ] }, { @@ -175,7 +259,7 @@ "profile": "https://github.com/ens-george-holmes", "contributions": [ "code", - "doc" + "ideas" ] }, { @@ -185,7 +269,9 @@ "profile": "https://github.com/fedenanni", "contributions": [ "code", - "doc" + "bug", + "doc", + "ideas" ] }, { @@ -195,7 +281,9 @@ "profile": "https://github.com/tomaslaz", "contributions": [ "code", - "doc" + "doc", + "bug", + "ideas" ] }, { @@ -204,7 +292,10 @@ "avatar_url": "https://avatars.githubusercontent.com/u/56362072?v=4", "profile": "https://github.com/rwinstanley1", "contributions": [ - "doc" + "doc", + "ideas", + "projectManagement", + "security" ] }, { @@ -214,7 +305,7 @@ "profile": "https://github.com/sysdan", "contributions": [ "code", - "doc" + "bug" ] }, { @@ -223,8 +314,7 @@ "avatar_url": "https://avatars.githubusercontent.com/u/22940095?v=4", "profile": "https://warwick.ac.uk/fac/sci/mathsys/people/students/2015intake/cabrejas-egea/", "contributions": [ - "code", - "doc" + "code" ] }, { @@ -233,7 +323,17 @@ "avatar_url": "https://avatars.githubusercontent.com/u/67151373?v=4", "profile": "https://github.com/harisood", "contributions": [ - "doc" + "doc", + "bug", + "ideas", + "fundingFinding", + "eventOrganizing", + "projectManagement", + "promotion", + "question", + "talk", + "security", + "userTesting" ] }, { @@ -242,8 +342,7 @@ "avatar_url": "https://avatars.githubusercontent.com/u/34555297?v=4", "profile": "https://github.com/getcarter21", "contributions": [ - "code", - "doc" + "code" ] }, { @@ -253,7 +352,8 @@ "profile": "https://github.com/christopheredsall", "contributions": [ "code", - "doc" + "doc", + "bug" ] }, { @@ -263,7 +363,7 @@ "profile": "https://github.com/ens-brett-todd", "contributions": [ "code", - "doc" + "ideas" ] }, { @@ -273,7 +373,7 @@ "profile": "https://darenasc.github.io/", "contributions": [ "code", - "doc" + "ideas" ] }, { @@ -282,7 +382,9 @@ "avatar_url": "https://avatars.githubusercontent.com/u/48526846?v=4", "profile": "https://github.com/kevinxufs", "contributions": [ - "doc" + "doc", + "ideas", + "security" ] }, { @@ -291,8 +393,9 @@ "avatar_url": "https://avatars.githubusercontent.com/u/12613127?v=4", "profile": "https://github.com/vollmersj", "contributions": [ - "code", - "doc" + "doc", + "bug", + "ideas" ] }, { @@ -301,8 +404,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/22677759?v=4", "profile": "https://github.com/callummole", "contributions": [ - "code", - "doc" + "bug", + "code" ] }, { @@ -311,8 +414,9 @@ "avatar_url": "https://avatars.githubusercontent.com/u/40864686?v=4", "profile": "https://github.com/JulesMarz", "contributions": [ - "code", - "doc" + "doc", + "ideas", + "bug" ] }, { @@ -321,8 +425,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/6524799?v=4", "profile": "https://github.com/DavidBeavan", "contributions": [ - "code", - "doc" + "doc", + "content" ] }, { @@ -331,8 +435,9 @@ "avatar_url": "https://avatars.githubusercontent.com/u/50482094?v=4", "profile": "https://github.com/gn5", "contributions": [ - "code", - "doc" + "doc", + "bug", + "ideas" ] }, { @@ -342,7 +447,7 @@ "profile": "https://github.com/jack89roberts", "contributions": [ "code", - "doc" + "bug" ] }, { @@ -351,9 +456,29 @@ "avatar_url": "https://avatars.githubusercontent.com/u/29575619?v=4", "profile": "https://www.coriniumtech.com/", "contributions": [ + "ideas", + "bug", "code", "doc" ] + }, + { + "login": "helenst", + "name": "Helen Sherwood-Taylor", + "avatar_url": "https://avatars.githubusercontent.com/u/217966?v=4", + "profile": "http://helen.st/cv", + "contributions": [ + "ideas" + ] + }, + { + "login": "DDelbarre", + "name": "DDelbarre", + "avatar_url": "https://avatars.githubusercontent.com/u/108824056?v=4", + "profile": "https://github.com/DDelbarre", + "contributions": [ + "bug" + ] } ], "contributorsSortAlphabetically": true, diff --git a/README.md b/README.md index ffd913ed84..98ed83aac5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-37-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -43,49 +43,53 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + + + + +
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
DDelbarre
DDelbarre

๐Ÿ›
Daniel
Daniel

๐Ÿ’ป ๐Ÿ›
David Beavan
David Beavan

๐Ÿ“– ๐Ÿ–‹
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค”
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“–
James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ–‹ ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค”
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ›
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ““
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ“–
cathiest
cathiest

๐Ÿ“–
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
harisood
harisood

๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ“–
vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค”
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 635a3f75fc..a82f2395f5 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -8,49 +8,53 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + + + + +
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ“–
Callum Mole
Callum Mole

๐Ÿ’ป ๐Ÿ“–
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“–
Daniel
Daniel

๐Ÿ’ป ๐Ÿ“–
David Beavan
David Beavan

๐Ÿ’ป ๐Ÿ“–
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“–
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
DDelbarre
DDelbarre

๐Ÿ›
Daniel
Daniel

๐Ÿ’ป ๐Ÿ›
David Beavan
David Beavan

๐Ÿ“– ๐Ÿ–‹
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค”
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ“–
Guillaume Noell
Guillaume Noell

๐Ÿ’ป ๐Ÿ“–
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ“–
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“–
James Hetherington
James Hetherington

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ“–
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“–
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ–‹ ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค”
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
Jules M
Jules M

๐Ÿ’ป ๐Ÿ“–
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ’ป ๐Ÿ“–
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ“–
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“–
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ“–
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ›
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ““
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“–
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“–
bw-faststream
bw-faststream

๐Ÿ“–
cathiest
cathiest

๐Ÿ“–
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿ“–
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ“–
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
harisood
harisood

๐Ÿ“–
kevinxufs
kevinxufs

๐Ÿ“–
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“–
oforrest
oforrest

๐Ÿ“–
rwinstanley1
rwinstanley1

๐Ÿ“–
vollmersj
vollmersj

๐Ÿ’ป ๐Ÿ“–
warwick26
warwick26

๐Ÿ’ป ๐Ÿ“–
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค”
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
From 28577560ed27f0fd6d6ff242b9e6de958bfa3bfb Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 24 Oct 2023 16:12:44 +0100 Subject: [PATCH 62/70] Add (most) contributors from paper I was unable to find GitHub accounts for some of the authors. --- .all-contributorsrc | 86 +++++++++++++++++++++++++++---- README.md | 38 ++++++++------ docs/source/contributing/index.md | 36 ++++++++----- 3 files changed, 121 insertions(+), 39 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 003fa79457..a2e3f77535 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -121,7 +121,8 @@ "code", "doc", "bug", - "ideas" + "ideas", + "content" ] }, { @@ -144,7 +145,8 @@ "code", "doc", "bug", - "ideas" + "ideas", + "content" ] }, { @@ -193,7 +195,8 @@ "doc", "ideas", "projectManagement", - "promotion" + "promotion", + "content" ] }, { @@ -314,7 +317,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/22940095?v=4", "profile": "https://warwick.ac.uk/fac/sci/mathsys/people/students/2015intake/cabrejas-egea/", "contributions": [ - "code" + "code", + "content" ] }, { @@ -342,7 +346,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/34555297?v=4", "profile": "https://github.com/getcarter21", "contributions": [ - "code" + "code", + "content" ] }, { @@ -373,7 +378,8 @@ "profile": "https://darenasc.github.io/", "contributions": [ "code", - "ideas" + "ideas", + "content" ] }, { @@ -395,7 +401,8 @@ "contributions": [ "doc", "bug", - "ideas" + "ideas", + "content" ] }, { @@ -416,7 +423,8 @@ "contributions": [ "doc", "ideas", - "bug" + "bug", + "content" ] }, { @@ -459,7 +467,8 @@ "ideas", "bug", "code", - "doc" + "doc", + "content" ] }, { @@ -468,7 +477,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/217966?v=4", "profile": "http://helen.st/cv", "contributions": [ - "ideas" + "ideas", + "content" ] }, { @@ -479,6 +489,62 @@ "contributions": [ "bug" ] + }, + { + "login": "steven-cd", + "name": "Steven Carlysle-Davies", + "avatar_url": "https://avatars.githubusercontent.com/u/5108635?v=4", + "profile": "https://github.com/steven-cd", + "contributions": [ + "code", + "content", + "ideas" + ] + }, + { + "login": "evelinag", + "name": "Evelina Gabasova", + "avatar_url": "https://avatars.githubusercontent.com/u/5541162?v=4", + "profile": "http://evelinag.com/", + "contributions": [ + "content" + ] + }, + { + "login": "triangle-man", + "name": "James Geddes", + "avatar_url": "https://avatars.githubusercontent.com/u/1172905?v=4", + "profile": "https://github.com/triangle-man", + "contributions": [ + "content" + ] + }, + { + "login": "radka-j", + "name": "Radka Jersakova", + "avatar_url": "https://avatars.githubusercontent.com/u/29207091?v=4", + "profile": "https://github.com/radka-j", + "contributions": [ + "content" + ] + }, + { + "login": "fkiraly", + "name": "Franz Kirรกly", + "avatar_url": "https://avatars.githubusercontent.com/u/7985502?v=4", + "profile": "https://github.com/fkiraly", + "contributions": [ + "content" + ] + }, + { + "login": "catavallejos", + "name": "Catalina Vallejos", + "avatar_url": "https://avatars.githubusercontent.com/u/7511093?v=4", + "profile": "https://vallejosgroup.github.io/", + "contributions": [ + "content" + ] } ], "contributorsSortAlphabetically": true, diff --git a/README.md b/README.md index 98ed83aac5..1677ac8ae7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-37-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-43-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -43,52 +43,60 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - + + - + + - - - - - + + + + + + + - + + + + + + - - + + - - + - + + - diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index a82f2395f5..026ac21802 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -8,52 +8,60 @@
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
DDelbarre
DDelbarre

๐Ÿ›
Daniel
Daniel

๐Ÿ’ป ๐Ÿ›
David Beavan
David Beavan

๐Ÿ“– ๐Ÿ–‹
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค”
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ–‹ ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค”
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
James Geddes
James Geddes

๐Ÿ–‹
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ›
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ–‹
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ““
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– ๐Ÿค”
Radka Jersakova
Radka Jersakova

๐Ÿ–‹
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ–‹
Steven Carlysle-Davies
Steven Carlysle-Davies

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿค”
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค”
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
- + + - + + - - - - - + + + + + + + - + + + + + + - - + + - - + - + + - From e9933d6fda92c94e53e263aec364baccaf4e173b Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 24 Oct 2023 16:30:20 +0100 Subject: [PATCH 63/70] docs: add @arielle-bennett as a contributor --- .all-contributorsrc | 11 +++++++++++ README.md | 7 ++++--- docs/source/contributing/index.md | 5 +++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a2e3f77535..c709ce55b2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -545,6 +545,17 @@ "contributions": [ "content" ] + }, + { + "login": "Arielle-Bennett", + "name": "arielle-bennett", + "avatar_url": "https://avatars.githubusercontent.com/u/74651964?v=4", + "profile": "https://github.com/Arielle-Bennett", + "contributions": [ + "fundingFinding", + "ideas", + "projectManagement" + ] } ], "contributorsSortAlphabetically": true, diff --git a/README.md b/README.md index 1677ac8ae7..8ff6962b2f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-43-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -82,21 +82,22 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI + - + - + diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 026ac21802..60cdb2d59e 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -47,21 +47,22 @@ + - + - + From 6634d68524f7ffa55c84e02e1dbf9e6661e57377 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 25 Oct 2023 15:13:01 +0100 Subject: [PATCH 64/70] set "header_links_before_dropdown": 6 --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 97d0811fe4..c390633259 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,6 +79,7 @@ }, "secondary_sidebar_items": ["page-toc", "edit-this-page", "sourcelink"], "use_edit_page_button": True, + "header_links_before_dropdown": 6 } # Location of favicon From 9f35c697fe73f52a68a27f81f5d76c7d6f1ab5f7 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Wed, 25 Oct 2023 15:22:54 +0100 Subject: [PATCH 65/70] docs: add @davsarper as a contributor --- .all-contributorsrc | 15 +++++++++++++++ README.md | 7 ++++--- docs/source/contributing/index.md | 5 +++-- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c709ce55b2..b446efc2ea 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -556,6 +556,21 @@ "ideas", "projectManagement" ] + }, + { + "login": "Davsarper", + "name": "davsarper", + "avatar_url": "https://avatars.githubusercontent.com/u/118986872?v=4", + "profile": "https://github.com/Davsarper", + "contributions": [ + "doc", + "eventOrganizing", + "fundingFinding", + "ideas", + "projectManagement", + "promotion", + "talk" + ] } ], "contributorsSortAlphabetically": true, diff --git a/README.md b/README.md index 8ff6962b2f..b14865fb07 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It was developed as part of the Alan Turing Institute's [Data Safe Havens in the ![Licence](https://img.shields.io/github/license/alan-turing-institute/data-safe-haven) [![Citation](https://img.shields.io/badge/citation-cite%20this%20project-informational)](https://github.com/alan-turing-institute/data-safe-haven/blob/develop/CITATION.cff) -[![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-45-orange.svg?style=flat-square)](#contributors-) ## :family: Community & support @@ -85,18 +85,19 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - + + - + diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 60cdb2d59e..1a9682ce66 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -50,18 +50,19 @@ - + + - + From baaa805e56f2f8a74055e860b4dec2b41208a8fb Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 25 Oct 2023 15:40:53 +0100 Subject: [PATCH 66/70] update or remove problem links --- README.md | 8 ++++---- docs/source/contributing/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b14865fb07..cf6bbd92ac 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
DDelbarre
DDelbarre

๐Ÿ›
Daniel
Daniel

๐Ÿ’ป ๐Ÿ›
David Beavan
David Beavan

๐Ÿ“– ๐Ÿ–‹
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค”
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ–‹ ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค”
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
James Cunningham
James Cunningham

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
James Geddes
James Geddes

๐Ÿ–‹
James Hetherington
James Hetherington

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ–‹
James Robinson
James Robinson

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Jim Madge
Jim Madge

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ›
Jules M
Jules M

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ–‹
Kirstie Whitaker
Kirstie Whitaker

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข ๐Ÿ““
Martin O'Reilly
Martin O'Reilly

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿš‡ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ ๐Ÿ“ข
Matt Craddock
Matt Craddock

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ‘€ ๐Ÿ›ก๏ธ โš ๏ธ
Oscar T Giles
Oscar T Giles

๐Ÿ’ป ๐Ÿ“– ๐Ÿค”
Radka Jersakova
Radka Jersakova

๐Ÿ–‹
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ–‹
Steven Carlysle-Davies
Steven Carlysle-Davies

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿค”
Rob Clarke
Rob Clarke

๐Ÿค” ๐Ÿ› ๐Ÿ’ป ๐Ÿ“–
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค”
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
arielle-bennett
arielle-bennett

๐Ÿ” ๐Ÿค” ๐Ÿ“†
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
Tim Hobson
Tim Hobson

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Tom Doel
Tom Doel

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
Tomas Lazauskas
Tomas Lazauskas

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค”
arielle-bennett
arielle-bennett

๐Ÿ” ๐Ÿค” ๐Ÿ“†
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
arielle-bennett
arielle-bennett

๐Ÿ” ๐Ÿค” ๐Ÿ“†
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
davsarper
davsarper

๐Ÿ“– ๐Ÿ“‹ ๐Ÿ” ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
arielle-bennett
arielle-bennett

๐Ÿ” ๐Ÿค” ๐Ÿ“†
bw-faststream
bw-faststream

๐Ÿ“– ๐Ÿค” ๐Ÿ› ๐Ÿ“† ๐Ÿ““
cathiest
cathiest

๐Ÿ–‹ ๐Ÿ“– ๐Ÿ› ๐Ÿค”
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
davsarper
davsarper

๐Ÿ“– ๐Ÿ“‹ ๐Ÿ” ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ“ข
ens-brett-todd
ens-brett-todd

๐Ÿ’ป ๐Ÿค”
ens-george-holmes
ens-george-holmes

๐Ÿ’ป ๐Ÿค”
getcarter21
getcarter21

๐Ÿ’ป ๐Ÿ–‹
harisood
harisood

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ” ๐Ÿ“‹ ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ’ฌ ๐Ÿ“ข ๐Ÿ›ก๏ธ ๐Ÿ““
kevinxufs
kevinxufs

๐Ÿ“– ๐Ÿค” ๐Ÿ›ก๏ธ
miguelmorin
miguelmorin

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” โš ๏ธ
oforrest
oforrest

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ“ฃ ๐Ÿ–‹
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
rwinstanley1
rwinstanley1

๐Ÿ“– ๐Ÿค” ๐Ÿ“† ๐Ÿ›ก๏ธ
vollmersj
vollmersj

๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ–‹
warwick26
warwick26

๐Ÿ’ป ๐Ÿค”
- + @@ -53,12 +53,12 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - - + + - + diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 1a9682ce66..ebc0ed4222 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -8,7 +8,7 @@
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea
๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
- + @@ -18,12 +18,12 @@ - - + + - + From cd2af3ec01eeff441f628ebb3bda0fe4715f5132 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 27 Oct 2023 14:55:31 +0100 Subject: [PATCH 67/70] Revert "update or remove problem links" This reverts commit baaa805e56f2f8a74055e860b4dec2b41208a8fb. --- README.md | 8 ++++---- docs/source/contributing/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cf6bbd92ac..b14865fb07 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea
๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
- + @@ -53,12 +53,12 @@ See our [Code of Conduct](CODE_OF_CONDUCT.md) and our [Contributor Guide](CONTRI - - + + - + diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index ebc0ed4222..1a9682ce66 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -8,7 +8,7 @@
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea
๐Ÿ’ป ๐Ÿ–‹
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›
- + @@ -18,12 +18,12 @@ - - + + - + From d93455d12ea66ad8ff67030347e027348f1d8294 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 27 Oct 2023 15:19:17 +0100 Subject: [PATCH 68/70] exclude contributing/index.html from lychee --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 98942a59a5..c6aff91745 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -53,5 +53,5 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.7.0 with: - args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html' + args: find ./docs/build/html -type f -name '*.html' ! -path './docs/build/html/contributing/index.html' | xargs lychee --config='./.lychee.toml' --no-progress fail: true # fail on broken links From 041ea8dc4a8d1670740d087419ac689046d641d7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 27 Oct 2023 15:28:19 +0100 Subject: [PATCH 69/70] run the lychee command instead of args --- .github/workflows/documentation.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index c6aff91745..0accf76984 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -52,6 +52,6 @@ jobs: make html SPHINXOPTS="-W" - name: Link Checker uses: lycheeverse/lychee-action@v1.7.0 - with: - args: find ./docs/build/html -type f -name '*.html' ! -path './docs/build/html/contributing/index.html' | xargs lychee --config='./.lychee.toml' --no-progress - fail: true # fail on broken links + run: | + find ./docs/build/html -type f -name '*.html' ! -path './docs/build/html/contributing/index.html' | xargs lychee --config='./.lychee.toml' --no-progress + fail: true # fail on broken links From c371f313bbc6f0517c52d35fbbce31be8883c405 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Thu, 2 Nov 2023 11:31:11 +0000 Subject: [PATCH 70/70] Exclude contributors page in lychee configuration --- .github/workflows/documentation.yaml | 6 +++--- .lychee.toml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 0accf76984..98942a59a5 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -52,6 +52,6 @@ jobs: make html SPHINXOPTS="-W" - name: Link Checker uses: lycheeverse/lychee-action@v1.7.0 - run: | - find ./docs/build/html -type f -name '*.html' ! -path './docs/build/html/contributing/index.html' | xargs lychee --config='./.lychee.toml' --no-progress - fail: true # fail on broken links + with: + args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html' + fail: true # fail on broken links diff --git a/.lychee.toml b/.lychee.toml index 14fd5a9426..26ca73099b 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -100,7 +100,8 @@ exclude = [ # Exclude these filesystem paths from getting checked. # exclude_path = ["file/path/to/Ignore", "./other/file/path/to/Ignore"] exclude_path = [ - 'docs/build/html/_static/webpack-macros.html' + 'docs/build/html/_static/webpack-macros.html', + 'docs/build/html/contributing/index.html' ] # URLs to check (supports regex). Has preference over all excludes.
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea
๐Ÿ’ป ๐Ÿ–‹
Alvaro Cabrejas Egea
Alvaro Cabrejas Egea

๐Ÿ’ป ๐Ÿ–‹
Callum Mole
Callum Mole

๐Ÿ› ๐Ÿ’ป
Catalina Vallejos
Catalina Vallejos

๐Ÿ–‹
Christopher Edsall
Christopher Edsall

๐Ÿ’ป ๐Ÿ“– ๐Ÿ›
Diego Arenas
Diego Arenas

๐Ÿ’ป ๐Ÿค” ๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Ed Chalstrey
Ed Chalstrey

๐Ÿ’ป ๐Ÿ“– ๐Ÿ› ๐Ÿค” ๐Ÿ“‹ ๐Ÿ‘€ โš ๏ธ
Evelina Gabasova
Evelina Gabasova

๐Ÿ–‹
Federico Nanni
Federico Nanni

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿค”
Franz Kirรกly
Franz Kirรกly

๐Ÿ–‹
Guillaume Noell
Guillaume Noell

๐Ÿ“– ๐Ÿ› ๐Ÿค”
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Helen Sherwood-Taylor
Helen Sherwood-Taylor

๐Ÿค” ๐Ÿ–‹
Jack Roberts
Jack Roberts

๐Ÿ’ป ๐Ÿ›