Skip to content

Conversation

@Mohit5Upadhyay
Copy link
Contributor

What does this PR do?

This PR fixes an incorrect cloning URL in the assistant/CONTRIBUTING.md file. Previously, it instructed users to clone the Appwrite Console repository instead of the Appwrite's Assistant repository.

Before:

  • git clone https://github.com/appwrite/console.git appwrite-assistant

After:

  • git clone https://github.com/appwrite/assistant.git appwrite-assistant

Why is this change needed?

New contributors might accidentally clone the wrong repository and get confused while trying to set up their development environment. This fix ensures contributors clone the correct repository for Appwrite Assistant.

Have you read the Contributing Guidelines on issues?

Closes #34

@loks0n loks0n merged commit bffb784 into appwrite:main Jul 21, 2025
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.

Incorrect clone URL in CONTRIBUTING.md points to console repo instead of assistant repo

2 participants