File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33Below is a list of developers who have contributed to torch2trt. This is also used to track contributors
44who have agreed to torch2trt's Contributor License Agreement.
55
6+ - [ John Welsh] ( https://github.com/jaybdub )
67
78## Becoming a Contributor
89
910If you've made a notable contribution to torch2trt and wish to be listed as a contributor, simply do the following.
1011
11- 1 . Modify `` CONTRIBUTORS.md `` and add your name with a hyperlink to your GitHub account.
12+ 1 . Modify `` CONTRIBUTORS.md `` and add your name with a hyperlink to your GitHub account to the end of the contributors list.
1213
1314 ``` md
1415 - [<Full name or GitHub account>](https://github.com/<GitHub account>)
@@ -23,7 +24,7 @@ If you've made a notable contribution to torch2trt and wish to be listed as a co
23243. Make a signed commit with the following message text
2425
2526 ```md
26- git commit -S - m "Added <Full name or GitHub account> to CONTRIBUTORS.md. "
27+ git commit -m "Added <Full name or GitHub account> to CONTRIBUTORS.md"
2728 ```
2829
2930## Signing Contributor License Agreement (CLA)
You can’t perform that action at this time.
0 commit comments