From 507c97625b1de3da618df5bbf1bcd6247cddbc68 Mon Sep 17 00:00:00 2001 From: Shaurya Vardhan Date: Wed, 27 May 2026 12:02:16 +0530 Subject: [PATCH] fix: correct clone URL and directory name in CONTRIBUTING.md (closes #12) --- 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