From 6aaac4a7790c86d12c73b85353574c2f37c111a8 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Tue, 8 Oct 2019 21:45:51 +0200 Subject: [PATCH] add text about "possibly breaking" label --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index c325f31a..e7c0f0df 100644 --- a/README.markdown +++ b/README.markdown @@ -110,6 +110,12 @@ Upgrading See [release-notes.md](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) for upgrade notes. +If you are using Handlebars in production, please regularly look for issues labeled +[possibly breaking](https://github.com/wycats/handlebars.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22possibly+breaking%22). +If this label is applied to an issue, it means that the requested change is probably not a breaking change, +but since Handlebars is widely in use by a lot of people, chances are always there that it breaks somebodies build. + + Known Issues ------------