Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 943 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 943 Bytes

Contributing to TorchServe

If you are interested in contributing to TorchServe, your contributions will fall into two categories:

  1. You want to propose a new feature and implement it.
    • Post about your intended feature as an issue, and we will discuss the design and implementation. Once we agree that the plan looks good, go ahead and implement it.
  2. You want to implement a feature or bug-fix for an outstanding issue.
    • Search for your issue here: https://github.com/pytorch/serve/issues
    • Pick an issue and comment on the task that you want to work on this feature.
    • If you need more context on a particular issue, please ask.

Once you finish implementing a feature or bug-fix, please send a Pull Request to https://github.com/pytorch/serve. Use this template when creating a Pull Request.

For more non-technical guidance about how to contribute to PyTorch, see the Contributing Guide.