Rough outline of the "how"...
Find a project and an issue you think you can fix. Looking for the
can help. Then read their contributor guidelines.
If a project doesn't have contributor guidelines, a typical workflow is:
- Fork the project's repository, clone (
git clone) your fork onto your laptop.
- Fix the issue.
- Commit (
git commit) your fix, push to your fork (git push).
- Open a pull request.
Shout if you need help! There are at least 4 helpers around!