- Browse Inmuslim Issues.
- Choose a ticket that you understand and intrigues you.
- Comment
"I'm on it"
on the ticket to let other contributors know that you're working on it.
- Issues with the label good first issue are easier.
- You can also help us clean up the issue section by identifying duplicate issues.
- You can always make code improvements w/o having an opened issue.
- You create an issue yourself!
- Ask questions or suggest ideas in the comments section of any issue.
- Make commits.
- Refactor your code.
- Verify that your implementation works.
How To Submit a PR Guide by GitHub
- Make sure that on the base repository's base the
develop
branch is chosen as "base". - Pull requests to
master
will be rejected.