Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 518 Bytes

Contributing to Transfer-Learning-Library

All kinds of contributions are welcome, including but not limited to the following.

  • Fix typo or bugs
  • Add documentation
  • Add new features and components

Workflow

  1. fork and pull the latest Transfer-Learning-Library repository
  2. checkout a new branch (do not use master branch for PRs)
  3. commit your changes
  4. create a PR
If you plan to add some new features that involve large changes, it is encouraged to open an issue for discussion first.