From 9f45bd3f02f167e3d479e64bf9ea039c81b481a4 Mon Sep 17 00:00:00 2001 From: Cora Schneck <22159116+cyschneck@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:05:36 -0600 Subject: [PATCH 1/2] Update team.yml with new member --- data/team.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/team.yml b/data/team.yml index e53ca61..11f6bf7 100644 --- a/data/team.yml +++ b/data/team.yml @@ -61,3 +61,8 @@ members : designation : Front-End Web Developer ncaruname : tazhang githubuname : tammyzhang-1 + + - name : CORA Y. SCHNECK + designation : Software Engineer + ncaruname : cschneck + githubuname : cyschneck \ No newline at end of file From 95e265d17f481d5ba1dca488b75783665061c23a Mon Sep 17 00:00:00 2001 From: Cora Schneck <22159116+cyschneck@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:59:04 -0600 Subject: [PATCH 2/2] Alphabetical order --- CONTRIBUTING.md | 2 +- data/team.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 057f7ca..57533f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ Edit `data/team.yml` to add a new team member githubuname : clyne ```` -Each team member card on the `about` page will be automatically generated based on the contents +A new team member should be added in alphabetical order by last name. Each team member card on the `about` page will be automatically generated based on the contents of this data file. #### Adding publications diff --git a/data/team.yml b/data/team.yml index 11f6bf7..a8894b9 100644 --- a/data/team.yml +++ b/data/team.yml @@ -52,6 +52,11 @@ members : ncaruname : mrehme githubuname : MattRehme + - name : CORA Y. SCHNECK + designation : Software Engineer + ncaruname : cschneck + githubuname : cyschneck + - name : ANISSA ZACHARIAS designation : Software Engineer ncaruname : anissaz @@ -60,9 +65,4 @@ members : - name : TAMMY ZHANG designation : Front-End Web Developer ncaruname : tazhang - githubuname : tammyzhang-1 - - - name : CORA Y. SCHNECK - designation : Software Engineer - ncaruname : cschneck - githubuname : cyschneck \ No newline at end of file + githubuname : tammyzhang-1 \ No newline at end of file