You can do that by cliking this badge: 👉 👈
What do you want to work on? Choose an issue that you'd like to contribute to.
- Browse Issues.
- Choose an issue that you understand and like.
- Comment
I'm on it
on the issue to let other contributors know that you're working on it.
- Comment
I'm on it
to take an issue. - Want to work on not in issues? Just create a new issue.
- Do not work on assigned issues. Ask the assignee first.
- If you take an issue, you're blocking others from working on it. Finish it fast or unassign yourself.
For your issue, make a feature branch in your forked WeatherApp repository.
Open a terminal in your cloned forked WeatherApp repository and run:
git checkout -b fix-issue-YOUR_ISSUE_NUMBER
Replace "YOUR_ISSUE_NUMBER" with the id/number of your issue.
So far, you should have pushed your work to your feature branch and have tested that it works on a real Android device.
Then final step is to open a pull request to the main
branch of the WeatherApp repository