From cc031118dd8cc4b1d03652e325a4d648046f6239 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Tue, 9 Feb 2021 15:19:30 +0000 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: hubwriter --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf7faeaa213..f9f6fe310a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,8 +51,7 @@ If you have an idea for a query that you would like to share with other CodeQL u 6. **Query help files and unit tests** - - Query help (`.qhelp`) files and unit tests are optional (but strongly encouraged!) for queries in the `experimental` directories. - - see [Supported CodeQL queries and libraries](docs/supported-queries.md) for more information about contributing query help files and unit tests. + - Query help (`.qhelp`) files and unit tests are optional (but strongly encouraged!) for queries in the `experimental` directories. For more information about contributing query help files and unit tests, see [Supported CodeQL queries and libraries](docs/supported-queries.md). Experimental queries and libraries may not be actively maintained as the supported libraries evolve. They may also be changed in backwards-incompatible ways or may be removed entirely in the future without deprecation warnings.