Skip to content

fix: correct clone URL and directory name in CONTRIBUTING.md (closes #12)#39

Open
shauryavardhan1307 wants to merge 1 commit into
Ashmita1206:mainfrom
shauryavardhan1307:fix/contributing-clone-url
Open

fix: correct clone URL and directory name in CONTRIBUTING.md (closes #12)#39
shauryavardhan1307 wants to merge 1 commit into
Ashmita1206:mainfrom
shauryavardhan1307:fix/contributing-clone-url

Conversation

@shauryavardhan1307

Copy link
Copy Markdown

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

  • CONTRIBUTING.md — Fork and Clone section (Step 1)

Closes #12

@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown

@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.

@Ashmita1206

Copy link
Copy Markdown
Owner

Hi @shauryavardhan1307,

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! 🚀

@shauryavardhan1307 shauryavardhan1307 force-pushed the fix/contributing-clone-url branch from 5954c14 to 507c976 Compare May 31, 2026 04:02
@shauryavardhan1307

Copy link
Copy Markdown
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Wrong directory name in CONTRIBUTING.md — cd stackit-qa-platform should be cd StackIt

2 participants