From 042d365e5c02bd7c6b4fccb0f400257ba50a97d0 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sun, 23 Jun 2019 16:16:07 +0200 Subject: [PATCH] convert `principal-submitter` into a list in CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaa4b9e5..dd20366b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,8 +33,11 @@ See the section [API](#API) below. length-signature: # Signature only nistkat-sha256: sha256sum of 1st NIST KAT test case # KEM and signature testvectors-sha256: sha256sum of output of testvectors # Signature only - principal-submitter: Eve - auxiliary-submitters: + principal-submitters: + - Alice + - Bob + - ... + auxiliary-submitters: # optional - Alice - Bob - ...