From 005b55daca141a2366d417d50d50257b349be62b Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Wed, 30 Apr 2025 11:22:09 +0100 Subject: [PATCH] Remove "Change notes" section. --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 572a5468..167a408b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,6 @@ We welcome contributions to our CodeQL Community Packs libraries and queries. Go 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://codeql.github.com/docs/writing-codeql-queries/codeql-queries) on [codeql.github.com](https://codeql.github.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 query If you have an idea for a query that you would like to share with other CodeQL users, please open a pull request to add it to this repository. New queries start out in a `/ql/src/` directory, to which they can be merged when they meet the following requirements.