Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.1 KB

File metadata and controls

28 lines (20 loc) · 1.1 KB

Contributing to Cyber Fusion Auditor

First off, thank you for considering contributing to Cyber Fusion Auditor! It's people like you that make this tool better for everyone.

Code of Conduct

This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

Reporting Bugs

  • Check the issue tracker to see if the bug has already been reported.
  • If not, open a new issue. Clearly describe the problem and include steps to reproduce the bug.

Suggesting Enhancements

  • Open a new issue and describe the feature you would like to see, why it would be useful, and how it should work.

Pull Requests

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

Style Guide

  • Follow PEP 8 for Python code.
  • Keep documentation up to date.

Questions?

Feel free to open an issue for any questions you might have.