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.
-
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.
-
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.
-
Pull Requests: Ensure the PR description clearly describes the problem and solution. It should include the relevant issue number if applicable.
- Fork the repository and create your branch from
master
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
- Write clean, readable, and maintainable code.
- Add comments where necessary.
- Follow Python's PEP 8 coding conventions.