From 658b4f044791e84b7b66ce5e6d7555f4ef428508 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Wed, 27 Feb 2019 14:21:08 +0100 Subject: [PATCH] Fix unfinished sentence [ci skip] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af5c426a..0e20f019 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,8 @@ For a signature scheme, these steps are equivalent, but the API is slightly diff See the section [API](#API) below. 1. Fork our repository. You will be creating a pull request soon. -**Tip:** Do not wait until you think you have gotten everything perfect, before you open the pull request. -We set up things so Github and the CI environment will give you + * **Tip:** Do not wait until you think you have gotten everything perfect, before you open the pull request. + We set up things so Github and the CI environment will give you feedback and guidance on the steps to follow. 2. Create the following folder structure: `crypto_kem/yourschemename/clean`. We follow the SUPERCOP layout, so please create a separate folder for each parameter set.