aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-05-31 16:21:04 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-31 16:24:09 +0200
commit0a6aacc2a374f1a67a32baa0e0d739b1a2bf3d26 (patch)
tree1b7bea243a71946180b94ca5055235628d9ce980 /site/blog
parent3e2854b0dffb59aa9dce3cbcf49c17dde6730ed5 (diff)
Blog post about Google Summer of Code.
RELNOTES: None. PiperOrigin-RevId: 157583300
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2017-05-31-google-summer-of-code-2017.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/site/blog/_posts/2017-05-31-google-summer-of-code-2017.md b/site/blog/_posts/2017-05-31-google-summer-of-code-2017.md
new file mode 100644
index 0000000000..96ec0a7c03
--- /dev/null
+++ b/site/blog/_posts/2017-05-31-google-summer-of-code-2017.md
@@ -0,0 +1,24 @@
+---
+layout: posts
+title: Google Summer of Code 2017
+---
+
+Thank you very much to everyone who applied for [Google Summer of
+Code](https://developers.google.com/open-source/gsoc/) with Bazel. We received
+many interesting proposals, and we are excited to see that so many of you are
+enthusiastic about Bazel. Since this is the first Google Summer of Code with
+Bazel, we decided to mentor only one student. Of course, you are all welcome to
+[contribute](https://bazel.build/contributing.html) to our projects, even if it
+is outside of Google Summer of Code.
+
+Harmandeep is going to work with us on Bazel this summer, and will develop a
+tool to provide editor services (e.g. code completion) for BUILD and .bzl files,
+using the [Microsoft Language Server
+Protocol](https://github.com/Microsoft/language-server-protocol). For more
+information, you can [check the
+proposal](https://docs.google.com/document/d/16FiwRfkwNlcaAysMChphr07WCKuvO6_6G9z8u1Qupbk/edit)
+and follow [Harmandeep's blog](https://harmanio.wordpress.com/).
+
+A big thank you to everyone who applied!
+
+_By [Laurent Le Brun](https://github.com/laurentlb)_