Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.34 KB

CONTRIBUTION.md

File metadata and controls

27 lines (16 loc) · 1.34 KB

Contributing to Pneumonia Detection Model

First off, thank you for considering contributing to the Pneumonia Detection Model. It's people like you that make this project better and more effective.

How Can I Contribute?

  1. Reporting Bugs: Ensure the bug was not already reported by searching on GitHub under Issues. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

  2. Suggesting Enhancements: Before creating enhancement suggestions, please check the issue list to see if the enhancement has already been suggested. If it hasn't, create a new issue providing a clear description of the enhancement.

  3. Pull Requests: Ensure the PR description clearly describes the problem and solution. It should include the relevant issue number if applicable.

Pull Request Process

  1. Fork the repository and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Style Guides

  • Write clean, readable, and maintainable code.
  • Add comments where necessary.
  • Follow Python's PEP 8 coding conventions.