Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 945 Bytes

File metadata and controls

31 lines (20 loc) · 945 Bytes

Contributing to ML Framework Starter Kit

Thank you for your interest in contributing! Here are some guidelines to help you get started:

How to Contribute

  • Fork the repository and create your branch from main.
  • If you've added code, ensure it is well-documented and tested.
  • Run pre-commit hooks before submitting a PR: pre-commit run --all-files
  • Submit a pull request with a clear description of your changes.

Reporting Issues

  • Use the issue template to provide details and steps to reproduce.
  • Include relevant logs, screenshots, or error messages.

Requesting Features

  • Open an issue and describe the feature and its use case.
  • Suggest possible implementation details if you can.

Tests

  • Add or update tests for new features and bug fixes.
  • Ensure all tests pass before submitting a PR.

Community

  • Be respectful and constructive in discussions.
  • Help others by reviewing PRs and answering questions.