Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.78 KB

Contributing to Fire Detection System

Thank you for your interest in contributing to the Fire Detection System project! We welcome all types of contributions, whether it's a bug report, new feature, or anything else that you think can improve the project.

How to Contribute

Reporting Bugs

  1. Ensure the issue has not already been reported by searching the issues page.
  2. If no similar issue exists, create a new issue using the Bug Report Template.
  3. Provide a clear and detailed description of the bug, steps to reproduce it, and the expected vs. actual results.

Proposing New Features

  1. Check if the feature has already been requested by searching the issues page.
  2. If no similar feature request exists, open a new issue using the Feature Request Template.
  3. Describe the feature, why it would be useful, and how it should work.

Submitting Pull Requests

  1. Fork the repository and create your branch from main.
  2. Ensure your code adheres to the project's coding standards.
  3. Test your changes thoroughly.
  4. Push your branch to your forked repository.
  5. Open a Pull Request (PR) using the PR Template.
  6. Wait for feedback and engage in the discussion.

Coding Guidelines

  • Follow the PEP 8 style guide for Python code.
  • Keep your code modular and well-documented.
  • Write clear and concise commit messages.

Need Help?

If you have any questions or need further guidance, feel free to reach out by opening an issue on the GitHub repository.

Thank you for contributing!