TL;DR: Build torch::deploy in OSS and run unit tests + document what you did.
Our Contributing.md was forgotten and is at the point where it "exists". We have gotten some complaints from developers that our development workflow instructions are not great. Fortunately, this presents a pretty good learning opportunity for newer developers.
I expect there should be some trial and error with some of these steps. When you are recording things into the CONTRIBUTING.md think about how a user would avoid those situations. If you get stuck anywhere feel free to reach out to Sahan Paliskara.
TL;DR: Build
torch::deployin OSS and run unit tests + document what you did.Our Contributing.md was forgotten and is at the point where it "exists". We have gotten some complaints from developers that our development workflow instructions are not great. Fortunately, this presents a pretty good learning opportunity for newer developers.
CONTRIBUTING.mdmultipy/runtime/deploy.cpp(these can be print statements/ asserts/ whatever just don't commit them).CONTRIBUTING.md.multipy/runtime/interpreter/interpreter_impl.cpp(these can be print statements/ asserts/ whatever just don't commit them).CONTRIBUTING.mdand mention that this process is only needed for changes that are specific to individual interpreters.CONTRIBUTING.md, and submit it for review.I expect there should be some trial and error with some of these steps. When you are recording things into the
CONTRIBUTING.mdthink about how a user would avoid those situations. If you get stuck anywhere feel free to reach out to Sahan Paliskara.