Skip to content

Commit 1fcb3e1

Browse files
docs: remove Go modules vendor reference
Signed-off-by: Caleb Cartwright <[email protected]>
1 parent 85ebee2 commit 1fcb3e1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CONTRIBUTING.md

-11
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,6 @@ git commit --amend --no-edit --signoff
107107
git push --force-with-lease <remote-name> <branch-name>
108108
```
109109

110-
### Use of Third-party code
111-
112-
- All third-party code must be placed in the `vendor/` folder.
113-
- `vendor/` folder is managed by Go modules and stores the source code of third-party Go dependencies. - The `vendor/` folder should not be modified manually.
114-
- Third-party code must include licenses.
115-
116-
A non-exclusive list of code that must be places in `vendor/`:
117-
118-
- Open source, free software, or commercially-licensed code.
119-
- Tools or libraries or protocols that are open source, free software, or commercially licensed.
120-
121110
**Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.
122111

123112
### Fork and set upstream

0 commit comments

Comments
 (0)