From 8b0c79d16fc744240e7f50e18dba944b954498da Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Tue, 14 Dec 2021 14:30:45 -0500 Subject: [PATCH] Add link to `change-notes.md` from `CONTRIBUTING.md`. --- CONTRIBUTING.md | 3 +++ Adding change notes.md => docs/change-notes.md | 0 2 files changed, 3 insertions(+) rename Adding change notes.md => docs/change-notes.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e465e09e2a..ae8ab1f4ac7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,9 @@ We welcome contributions to our CodeQL libraries and queries. Got an idea for a There is lots of useful documentation to help you write queries, ranging from information about query file structure to tutorials for specific target languages. For more information on the documentation available, see [CodeQL queries](https://help.semmle.com/QL/learn-ql/writing-queries/writing-queries.html) on [help.semmle.com](https://help.semmle.com). +## Change notes + +Any nontrivial user-visible change to a query pack or library pack should have a change note. For details on how to add a change note for your change, see [this guide](docs/change-notes.md). ## Submitting a new experimental query diff --git a/Adding change notes.md b/docs/change-notes.md similarity index 100% rename from Adding change notes.md rename to docs/change-notes.md