diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-16 19:12:04 +0100 |
---|---|---|
committer | Sandro Santilli <strk@kbt.io> | 2016-11-17 16:49:12 +0100 |
commit | 4faf9c213e6f9e02c28852254ddf6cc712246cef (patch) | |
tree | 602b592ab9540e66432972723a0c0ab6a0cdbd42 /CONTRIBUTING.md | |
parent | d8843122236a5e0d0b4fcb0cd6305d3f1873306d (diff) | |
download | gitea-4faf9c213e6f9e02c28852254ddf6cc712246cef.tar.gz gitea-4faf9c213e6f9e02c28852254ddf6cc712246cef.zip |
Add vendoring section
Closes #178
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1609db2a8a..df1e0e6d7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,17 @@ After running for a while, the command should print ``` ALL TESTS PASSED ``` +## Vendoring + +We keep a cached copy of dependencies within the vendor/ directory, +managing updates via [govendor](http://github.com/kardianos/govendor). + +Pull requests should only include vendor/ updates if they are +part of the same change, be it a bugfix or a feature addition. + +The vendor/ update needs to be justified as part of the PR description, +and must be verified by the reviewers and/or merger to always reference +an existing upstream commit. ## Code review |