Skip to content

Files

Latest commit

ffccb08 · Nov 15, 2024

History

History
23 lines (14 loc) · 985 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 985 Bytes

Contributing to Secure Source Code Analyzer

Thank you for your interest in contributing! Please follow these guidelines to make the process smooth and enjoyable for everyone.

How to Contribute

  1. Fork the repository and create a new branch for your changes.
  2. Create a Pull Request: After committing your changes, open a pull request with a clear description.
  3. Write Clear Commit Messages: Use an emoji and a brief, descriptive message (e.g., 📝 Add CONTRIBUTING.md).

Code of Conduct

All contributors are expected to adhere to the Code of Conduct. Please be respectful and constructive.

Reporting Issues

If you find a bug or have a feature request, please open an issue with as much detail as possible.

Code Guidelines

  • Use clear and descriptive variable names.
  • Follow PEP8 guidelines for Python code.
  • Write unit tests for new features or bug fixes.