From d480056c68e2ea07978009c5f00f760fcc2009b3 Mon Sep 17 00:00:00 2001 From: Charis Kyriakou Date: Tue, 7 Mar 2023 11:40:12 +0000 Subject: [PATCH] Move test plan near other docs --- .../images/highlighted-code-snippet.png | Bin .../docs => docs}/images/results-table.png | Bin docs/releasing.md | 2 +- {extensions/ql-vscode/docs => docs}/test-plan.md | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {extensions/ql-vscode/docs => docs}/images/highlighted-code-snippet.png (100%) rename {extensions/ql-vscode/docs => docs}/images/results-table.png (100%) rename {extensions/ql-vscode/docs => docs}/test-plan.md (100%) diff --git a/extensions/ql-vscode/docs/images/highlighted-code-snippet.png b/docs/images/highlighted-code-snippet.png similarity index 100% rename from extensions/ql-vscode/docs/images/highlighted-code-snippet.png rename to docs/images/highlighted-code-snippet.png diff --git a/extensions/ql-vscode/docs/images/results-table.png b/docs/images/results-table.png similarity index 100% rename from extensions/ql-vscode/docs/images/results-table.png rename to docs/images/results-table.png diff --git a/docs/releasing.md b/docs/releasing.md index 50813fe54..e3bcb358b 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -1,6 +1,6 @@ # Releasing (write access required) -1. Go through [our test plan](/extensions/ql-vscode/docs/test-plan.md) to ensure that the extension is working as expected. +1. Go through [our test plan](./test-plan.md) to ensure that the extension is working as expected. 1. Double-check the `CHANGELOG.md` contains all desired change comments and has the version to be released with date at the top. * Go through all recent PRs and make sure they are properly accounted for. * Make sure all changelog entries have links back to their PR(s) if appropriate. diff --git a/extensions/ql-vscode/docs/test-plan.md b/docs/test-plan.md similarity index 100% rename from extensions/ql-vscode/docs/test-plan.md rename to docs/test-plan.md