fix: correct clone URL and directory name in CONTRIBUTING.md (closes #12)#39
Conversation
|
@shauryavardhan1307 is attempting to deploy a commit to the anglenobida003-8112's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for raising the PR and working on the assigned issue. I noticed that this PR contains an additional commit (5994efd - replace deprecated .remove() with .deleteOne() in Mongoose models) which does not appear to be related to Issue #12. Since this issue is specifically for correcting the clone URL and directory name in CONTRIBUTING.md, please keep the PR focused only on the changes required for this issue. Kindly remove the unrelated commit(s), resolve the merge conflicts, and update the PR accordingly. Once updated, I’ll review it further. Thank you! 🚀 |
5954c14 to
507c976
Compare
|
Hi @Ashmita1206, I've removed the unrelated commit and the PR now only contains the CONTRIBUTING.md fix for issue #12. The branch has been rebased on main with no conflicts. Please review when you get a chance! |
Problem
CONTRIBUTING.md had wrong repository name in clone
instructions:
git clone .../stackit-qa-platform.git
cd stackit-qa-platform
Contributors following this would get
"No such file or directory" error.
Fix
Updated to correct repository name:
git clone .../StackIt.git
cd StackIt
File Changed
Closes #12