Thank you for contributing to the Software Metrics Calculator.
All participants are expected to follow our Code of Conduct.
- Search existing issues before reporting.
- Provide a clear description and steps to reproduce.
- Describe the proposed enhancement and its utility.
- Fork the repository.
- Create a feature branch (
git checkout -b feature/name). - Implement changes following the project style.
- Commit and push your changes.
- Open a pull request.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt. - Run the application:
streamlit run app.py.
- Adhere to PEP 8.
- Use descriptive naming.
- Document complex logic.