Thank you considering contributing to TorchCP!
This document provides brief guidelines for potential contributors.
Please use pull requests for new features, bug fixes, new examples, etc. If you work on something with significant efforts, please mention it in early stage using issues.
We ask that you follow the PEP8
coding style in your pull requests, flake8
is used in
continuous integration to enforce this.
For files purely contributed by contributors outside of RBC, the following lines should appear at the beginning
# Copyright (c) 2023-present, Name of the Contributor.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
For files involving both RBC employees and contributors outside of RBC, the following lines should appear at the beginning
# Copyright (c) 2023-present, SUSTech-ML and other authors.
# See the AUTHORS.txt file for a list of contributors.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#