This repository is dedicated to serve developers for #"good first issue" in Hacktoberfest 2021.
To open a PR (pull request) for this repo:
Step 1. Fork the repo.
Step 2. Make a separate folder on your local computer.
Step 3. Right click > Git bash here.
Step 4. git clone "repolink.git" (your forked repo link).
Step 5. Now head over to your file > make required changes > save the file.
Step 6. (return to the git bash terminal).
Step 7. git add.
Step 8. git commit "any message".
Step 9. git push origin master/main/your-banch.
Step 10. (switch to Github).
Step 11. Go to Pull requests tab > new Pull request > create pull request.
Step 12. You're done!
Note: Have patience till your PR gets reviewed and accepted/merged.