- First, fork the repository (Click the Fork button in the top right corner of the page).
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/TaazaNews-Android
- Add upstream URL
git remote add upstream https://github.com/hash-define-organization/TaazaNews-Android.git
- Create a new branch
git checkout -b branch_name
- Make your contribution
- Commit and push the changes
git add .
git commit -m 'Relevant message'
git push origin branch_name
-
Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) -
Wait for your PR review and approval from the maintainers.
-
⭐ this repository if you liked it.
-
Check your progress here (https://hacktoberfest.com/profile)