aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/support.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/support.md')
-rw-r--r--docs/support.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/support.md b/docs/support.md
index e449d64ce4..576251a7a7 100644
--- a/docs/support.md
+++ b/docs/support.md
@@ -1,15 +1,18 @@
# Support Policy
-We generally avoid making incompatible changes. At Google, we run all of the tests in the entire
-depot before every release and check that there are no regressions. It is much more difficult to do
-that outside of Google, because there is no single source repository that contains everything.
+We generally avoid making backward-incompatible changes. At Google, we
+run all of the tests in the entire depot before every release and
+check that there are no regressions. It is much more difficult to do
+that outside of Google, because there is no single source repository
+that contains everything.
All undocumented features (attributes, rules, "Make" variables, and flags) are subject to change at
any time without prior notice. Features that are documented but marked *experimental* are also
subject to change at any time without prior notice. The Skylark macro and rules language (anything
you write in a `.bzl` file) is still subject to change.
-Bugs can be reported in the [GitHub bugtracker](https://github.com/google/bazel/issues). We will
+Bugs can be reported in the
+[GitHub bugtracker](https://github.com/google/bazel/issues). We will
make an effort to triage all reported issues within 2 business days; we will measure our triaging
process and regularly report numbers.