summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-02-04 15:12:44 -0800
committerShentubot <shentubot@google.com>2019-02-04 15:13:51 -0800
commita9fe9afd6301bed8ab4fe4fd354d3cefa8dbd21e (patch)
treed31a657a8e74574a11ab5aea87efc76c3f8edcc8 /CONTRIBUTING.md
parent4f5fd311dca3eccd7a3bc8aaf19ed11d6755ee0a (diff)
Note //third_party in coding guidelines
PiperOrigin-RevId: 232375745 Change-Id: I26146ad65fac1dcdc5fcb4b11a1580133f9ca46d
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2b2effc24..c2d686d18 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ Definitions for the rules below:
`core`:
* `//pkg/sentry/...`
-* Transitive dependencies in `//pkg/...`
+* Transitive dependencies in `//pkg/...`, `//third_party/...`.
`runsc`: