Skip to content

Commit 2d6150a

Browse files
committed
Added John Welsh to CONTRIBUTORS.md
1 parent 8f7f4f7 commit 2d6150a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
Below is a list of developers who have contributed to torch2trt. This is also used to track contributors
44
who have agreed to torch2trt's Contributor License Agreement.
55

6+
- [John Welsh](https://github.com/jaybdub)
67

78
## Becoming a Contributor
89

910
If 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
2324
3. 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)

0 commit comments

Comments
 (0)