From 70d7cc5a9949197cfb92ef43da60df858a7d145f Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Thu, 4 Jul 2024 16:42:35 +0200 Subject: [PATCH] fix --- docs/wiki/How To Contribute/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index 3f16c49..23b9733 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -71,8 +71,8 @@ These are some of the most important terms you should know when working with Git ```markdown ![Pic](/img/placeholder.jpg) ``` - ::: - When you create new files, make sure you don't include any whitespaces in the file name. Also, it needs to have the file ending `.md` standing for *markdown*. Please make sure you familiarize yourself with the directory structure to keep it organized. + ::: 2. **Commit Your Changes** \ Click on `Commit changes...` to create a snapshot of your edits on your forked repository. Please make a meaningful commit messages. Avoid messages like "LOL" or "Changed something". Describe your changes briefly and clearly; this helps the reviewer understand your edits.