Skip to content

Commit 8878b36

Browse files
jescaladakriswest
andauthored
chore: add @dcoric and @fabiovincenzi to MAINTAINERS.md and website (#1647)
* chore: add @dcoric and @fabiovincenzi to MAINTAINERS.md and website * chore: fix G-Research Open Source emails in MAINTAINERS.md Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> * chore: update maintainer emails in MAINTAINERS.md Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> --------- Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> Co-authored-by: Kris West <kristopher.west@natwest.com>
1 parent 782329c commit 8878b36

2 files changed

Lines changed: 28 additions & 8 deletions

File tree

MAINTAINERS.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ This file lists the maintainers of this repository.
44

55
## Current maintainers
66

7-
| GitHub Username | Name | Organization | Email |
8-
| --------------- | ------------- | ---------------------------------- | --------------------------- |
9-
| @06kellyjac | j-k | @controlplaneio | jack+finos@control-plane.io |
10-
| @andypols | Andy Pols | Qube Research & Technologies (QRT) | andrew.pols@qube-rt.com |
11-
| @coopernetes | Thomas Cooper | @RBC | thomas.cooper@rbc.com |
12-
| @grovesy | Paul Groves | Citi | paul.groves@citi.com |
13-
| @jescalada | Juan Escalada | G-Research Open Source Software | juan.escalada@gr-oss.io |
14-
| @kriswest | Kris West | NatWest Group | kristopher.west@natwest.com |
7+
| GitHub Username | Name | Organization | Email |
8+
| --------------- | -------------- | ---------------------------------- | --------------------------- |
9+
| @06kellyjac | j-k | @controlplaneio | jack+finos@control-plane.io |
10+
| @andypols | Andy Pols | Qube Research & Technologies (QRT) | andrew.pols@qube-rt.com |
11+
| @coopernetes | Thomas Cooper | @RBC | thomas.cooper@rbc.com |
12+
| @dcoric | Denis Coric | G-Research Open Source Software | denis@gr-oss.io |
13+
| @fabiovincenzi | Fabio Vincenzi | G-Research Open Source Software | fabio.vincenzi@gr-oss.io |
14+
| @grovesy | Paul Groves | Citi | paul.groves@citi.com |
15+
| @jescalada | Juan Escalada | G-Research Open Source Software | juan.escalada@gr-oss.io |
16+
| @kriswest | Kris West | NatWest Group | kristopher.west@natwest.com |
1517

1618
For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).
1719

website/src/pages/index.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,24 @@ function Home() {
240240
/>
241241
</div>
242242
</div>
243+
<div className='col col--4'>
244+
<div className='col-demo'>
245+
<Avatar
246+
name='Fabio Vincenzi'
247+
description='Open Source Software Engineer at G-Research'
248+
username='fabiovincenzi'
249+
/>
250+
</div>
251+
</div>
252+
<div className='col col--4'>
253+
<div className='col-demo'>
254+
<Avatar
255+
name='Denis Coric'
256+
description='Open Source Software Engineer at G-Research'
257+
username='dcoric'
258+
/>
259+
</div>
260+
</div>
243261
</div>
244262
</div>
245263
<div className='container text--center'>

0 commit comments

Comments
 (0)