소스 검색

Enhance explanation in kokoro/README.md. (#8253)

David L. Jones 4 년 전
부모
커밋
ac63e80bbb
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      kokoro/README.md

+ 7 - 1
kokoro/README.md

@@ -3,4 +3,10 @@ Kokoro Infrastructure
 ----------------------
 
 The files in this directory serve as plumbing for running Protobuf
-tests under Kokoro, our internal CI.
+tests under Kokoro, our internal CI.
+
+We have shared this part of our CI configuration in hopes that it is
+helpful to contributors who want to better understand the details of
+our test and release processes. If there are changes, please file an
+issue; unfortunately, we may not be able to accept PRs (but feel free
+to send one if it helps to explain the issue).