GSSoC'25Level 2documentationenhancementgood first issue
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (PR metrics pending)
Description
Documentation Type
README file
Current Issue
The current git clone command mentioned in the README.md assumes users are cloning the original repository directly, rather than following the standard fork-and-clone workflow.
This can confuse new contributors who have forked the repo to their own GitHub account, as the link will not match what is written.
Proposed Improvement
Update the Clone section in the README.md to reflect the correct contributor workflow:
Affected Sections
README.md - installation section
Target Audience
All audiences
Additional Context
No response
Implementation
- I can write the documentation changes myself
- I can provide review and feedback
- I prefer to let others handle the implementation
Confirmation
- I have checked that this improvement isn't already covered elsewhere
- I have searched for existing documentation issues before creating this one