aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-04-03 20:50:16 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-04-04 10:07:15 +0200
commit686b2cb839bd42e061397b3901f1de94c08f893b (patch)
treea20bc6a6163a68a38813c7009e54a9d537d45712 /site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md
parentfc031e22d0aa3b79f793d097d91832994c1eb5e9 (diff)
It must to be clear to readers that design documents in the 'Contribute!' section do not describe current functionality of Bazel. If a reader comes to one of these pages from an online search, it must be clear that this is not documentation.
PiperOrigin-RevId: 152052655
Diffstat (limited to 'site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md')
-rw-r--r--site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md b/site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md
index 145fac5e9b..c07c665805 100644
--- a/site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md
+++ b/site/designs/_posts/2016-05-26-implementing-beautiful-error-messages.md
@@ -3,13 +3,19 @@ layout: contribute
title: Implementing Beautiful Error Messages (Loading Phase)
---
-# Implementing Beautiful Error Messages (Loading Phase)
+# Design Document: Implementing Beautiful Error Messages (Loading Phase)
-__Author__: [laurentlb@google.com](mailto:laurentlb@google.com)
+**Design documents are not descriptions of the current functionality of Bazel.
+Always go to the documentation for current information.**
-__Status__: unimplemented
-__Related__: ["Beautiful error messages"](/designs/2016/05/23/beautiful-error-messages.html)
+**Status**: unimplemented
+
+**Author**: [laurentlb@google.com](mailto:laurentlb@google.com)
+
+**Design document published**: 26 May 2016
+
+**Related**: ["Beautiful error messages"](/designs/2016/05/23/beautiful-error-messages.html)
## Introduction