It makes sense to put our various interns in a group so we can see the overall impact of GSoC and Outreachy on the project.
Signed-off-by: Alex Bennée <[email protected]> Cc: Ahmed Karaman <[email protected]> Cc: Mahmoud Mandour <[email protected]> Cc: César Belley <[email protected]> Message-Id: <[email protected]> --- contrib/gitdm/group-map-interns | 13 +++++++++++++ gitdm.config | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 contrib/gitdm/group-map-interns diff --git a/contrib/gitdm/group-map-interns b/contrib/gitdm/group-map-interns new file mode 100644 index 0000000000..fe33a3231e --- /dev/null +++ b/contrib/gitdm/group-map-interns @@ -0,0 +1,13 @@ +# +# Group together everyone working as an intern via one of the various +# outreach programs. +# + +# GSoC 2020 Virtual FIDO/U2F security key [email protected] + +# GSoC 2020 TCG performance [email protected] + +# GSoC 2021 TCG plugins [email protected] diff --git a/gitdm.config b/gitdm.config index 17a7746892..21bb63aff1 100644 --- a/gitdm.config +++ b/gitdm.config @@ -41,9 +41,10 @@ GroupMap contrib/gitdm/group-map-samsung Samsung GroupMap contrib/gitdm/group-map-wavecomp Wave Computing # Also group together our prolific individual contributors -# and those working under academic auspices +# and those working under academic or intern auspices GroupMap contrib/gitdm/group-map-individuals (None) GroupMap contrib/gitdm/group-map-academics Academics (various) +GroupMap contrib/gitdm/group-map-interns GSoC/Outreachy Interns # Group together robots and other auto-reporters GroupMap contrib/gitdm/group-map-robots Robots (various) -- 2.20.1
