From 299b74ee81322eb591a58f698f94267ff4c48a13 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Mon, 9 Jan 2023 19:59:01 +0300 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 2204f9b..b0326d2 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,7 +1,7 @@ # Pull requests To contribute, clone the repository, make your changes, commit and push to your clone, and submit a pull request. -* if you adding a lot of code, consider making it an [extension](Extensions) instead. +* if you are adding a lot of code, **consider making it an [extension](Extensions) instead**. * do not add multiple unrelated things in same PR. * make sure that your changes do not break anything by running [tests](Tests). * do not submit PRs where you just take existing lines and reformat them without changing what they do.