Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.31 KB

Contributing to Inmuslim

1. Fork the repo

How To Fork Guide by GitHub

2. Pick an issue

Workflow

  1. Browse Inmuslim Issues.
  2. Choose a ticket that you understand and intrigues you.
  3. Comment "I'm on it" on the ticket to let other contributors know that you're working on it.

Tips:

  • 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.

3. Create a feature branch in your fork

Workflow

  • Make commits.
  • Refactor your code.
  • Verify that your implementation works.

4. Submit a PR to develop branch

How To Submit a PR Guide by GitHub

IMPORTANT:

  • Make sure that on the base repository's base the develop branch is chosen as "base".
  • Pull requests to master will be rejected.