getting-started-with-open-source
getting-started-with-open-source copied to clipboard
Improve README: Add Git setup and first PR guide
This PR improves the README by adding clear step-by-step instructions for:
- Installing Git
- Forking & cloning the repository
- Creating a new branch
- Making changes and saving them
- Committing & pushing changes
- Opening a pull request
These additions make it easier for first-time contributors (e.g., GSoC, Hacktoberfest, or NumFOCUS newcomers) to get started.
Fixes #37