From 02dc6d58b26665813daae82a2608fbdb690645de Mon Sep 17 00:00:00 2001 From: shaahid Date: Sun, 26 Apr 2026 18:08:22 +0530 Subject: [PATCH] fix: syntax error for code snippets Updated formatting and fixed minor text inconsistencies in the CONTRIBUTING.md file as the bash commands had their intro text inside the code block --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7f71ae4..947599ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,6 @@ Thank you for considering contributing to this project! By contributing, you help make this project better for everyone. Please take a moment to review these guidelines to ensure a smooth contribution process. Areas where help is especially valuable: - - Export optimisations - Native screen recording for Linux - Wallpaper submissions @@ -17,7 +16,7 @@ Areas where help is especially valuable: 2. **Clone Your Fork** - Clone your forked repository to your local machine: ```bash - git clone https://github.com/your-username/Recordly.git + git clone https://github.com/your-username/Recordly.git ``` 3. **Create a New Branch**