Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 866 Bytes

File metadata and controls

38 lines (24 loc) · 866 Bytes

Contributing Guidelines

Thank you for contributing to the Software Metrics Calculator.

Code of Conduct

All participants are expected to follow our Code of Conduct.

How to Contribute

Reporting Bugs

  • Search existing issues before reporting.
  • Provide a clear description and steps to reproduce.

Feature Requests

  • Describe the proposed enhancement and its utility.

Pull Requests

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/name).
  3. Implement changes following the project style.
  4. Commit and push your changes.
  5. Open a pull request.

Development Setup

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. Run the application: streamlit run app.py.

Style Guide

  • Adhere to PEP 8.
  • Use descriptive naming.
  • Document complex logic.