Below is a list of developers who have contributed to torch2trt. This is also used to track contributors who have agreed to torch2trt's Contributor License Agreement.
- John Welsh (CLA)
- John Welsh
If you've made a notable contribution to torch2trt and wish to be listed as a contributor, simply do the following.
-
Modify
CONTRIBUTORS.md
and add your name with a hyperlink to your GitHub account to the end of the contributors list.- [<Full name or GitHub account>](https://github.com/<GitHub account>)
-
Stage the changes in a standalone commit
git add CONTRIBUTORS.md
-
Make a signed commit with the following message text
git commit -m "Added <Full name or GitHub account> to CONTRIBUTORS.md"
In some instances, you may be requested to sign torch2trt's Contributor License Agreement (CLA). To do so,
-
If you're not already listed as a contributor in CONTRIBUTORS.md, make a commit as described above to add yourself to CONTRIBUTORS.md
-
Add the text
(CLA)
after your name inCONTRIBUTORS.md
-
Stage the changes in a standalone commit
git add CONTRIBUTORS.md
-
Make a signed commit with the following text
git commit -S -m "I have read and agree to the Contributor License Agreement as written in the file CLA.md of this project. Signed, <Full Name>"