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