From 0a84570630a1ca7c2c93657a457a3487234e3172 Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 17 Aug 2020 21:31:07 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b9dd5..057b4b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Please ensure your pull request adheres to the following guidelines: - No need to say "header-only" - every library in the README is header-only - Examples: - **THIS IS TOO LONG** ` is a lightweight header only library for doing X and Y in Z in C++17 (and later!)` - - **THIS IS BETTER** `X and Y in Z in >=C++17` + - **THIS IS BETTER** `X and Y in Z in >=C++17.` * End all descriptions with a full stop/period. * Make sure your text editor is set to remove trailing whitespace. * Order projects alphabetically within each category.