From 70d4a9dc4648e92cad713e2bb509d6aed817189c Mon Sep 17 00:00:00 2001 From: Brian Tremblay Date: Tue, 12 Mar 2024 19:48:31 +0000 Subject: [PATCH] fix: corrects file format to match project README (#787) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79f46d97..2cb75f8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,9 +21,9 @@ At a minimum, your icon needs these components, in this layout: ```svg ... +viewBox="0 0 512 512"> ... ``` Please keep the whitespace as-is. This makes viewing diffs easier. Please use UNIX line-endings `LF` rather than Windows-style `CRLF`.