Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect username in git clone command #33

Closed
mudasirmurtaza opened this issue Oct 2, 2024 · 3 comments · Fixed by #36
Closed

Incorrect username in git clone command #33

mudasirmurtaza opened this issue Oct 2, 2024 · 3 comments · Fixed by #36

Comments

@mudasirmurtaza
Copy link
Contributor

mudasirmurtaza commented Oct 2, 2024

In the README or other documentation, the git clone command is currently written as:

Bash
git clone https://github.com/your-username/serenity-guide.git

This should be replaced with:

Bash
git clone https://github.com/actual-repository-owner-username/serenity-guide.git

Please update the documentation to reflect the correct username. This will ensure that users can successfully clone the repository.

Request

@Amna-Hassan04, as a participant in Girls Script Summer of Code (GSSOC), I'd like to work on this issue. Could you please assign it to me and add the GSSOC level?

Screenshot 2024-10-02 213256

Copy link

github-actions bot commented Oct 2, 2024

👋 Thank you! Welcome to the project! Please follow these guidelines for smooth collaboration:

  1. After completing a task, add your name and details to the Contributors Table/List.
  2. Attach relevant screenshots or videos of your contribution for transparency.
  3. Tasks are assigned on a first-come, first-served basis.
    • Avoid spamming requests for already-assigned tasks.
    • Respect the queue and wait for new tasks.
  4. Propose New Ideas: Discuss new features or suggestions in the "Ideas" channel before starting work.

@Amna-Hassan04
Copy link
Owner

assigned you the task.

@mudasirmurtaza
Copy link
Contributor Author

I've completed the changes to address issue #33 and have created a pull request for your review:

Pull Request Link: #42

I've corrected the username in the git clone command within the README file to ensure users can successfully clone the repository.

Please let me know if you have any questions or require further information.

Thank you for assigning this task to me!

Amna-Hassan04 added a commit that referenced this issue Oct 3, 2024
Correct Username in git clone Command (Issue #33)
@Amna-Hassan04 Amna-Hassan04 linked a pull request Oct 5, 2024 that will close this issue
Amna-Hassan04 added a commit that referenced this issue Oct 5, 2024
Fix incorrect username in git clone command #33 Fixed
kota2004 pushed a commit to kota2004/Serenity-Guide that referenced this issue Oct 8, 2024
kota2004 pushed a commit to kota2004/Serenity-Guide that referenced this issue Oct 8, 2024
Correct Username in git clone Command (Issue Amna-Hassan04#33)
kota2004 pushed a commit to kota2004/Serenity-Guide that referenced this issue Oct 8, 2024
…docs

Fix incorrect username in git clone command Amna-Hassan04#33 Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants