From 0c87bacd09a914c7179d24d38d8aa12c0330aab3 Mon Sep 17 00:00:00 2001 From: Sanjay Dhavanam Date: Sun, 17 May 2026 16:01:17 +0530 Subject: [PATCH] docs: correct repository directory name in contributing guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eed2200..4a3706d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,8 @@ Thank you for your interest in contributing to StackIt! This document provides g 1. Fork the repository on GitHub 2. Clone your fork locally: ```bash - git clone https://github.com/yourusername/stackit-qa-platform.git - cd stackit-qa-platform + git clone https://github.com/yourusername/StackIt.git + cd StackIt ``` ### 2. Setup Development Environment