From c86dcafd2e07b52d339fbf43ce6206ec6db47958 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Tue, 4 Apr 2023 15:59:57 +0100 Subject: [PATCH] Fix generic links --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01d89b1e4..e22a40694 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,9 @@ Please note that this project is released with a [Contributor Code of Conduct][c Here are a few things you can do that will increase the likelihood of your pull request being accepted: * Follow the [style guide][style]. -* Write tests. Tests that don't require the VS Code API are located [here](extensions/ql-vscode/test). Integration tests that do require the VS Code API are located [here](extensions/ql-vscode/src/vscode-tests). +* Write tests: + * [Tests that don't require the VS Code API are located here](extensions/ql-vscode/test). + * [Integration tests that do require the VS Code API are located here](extensions/ql-vscode/src/vscode-tests). * Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests. * Write a [good commit message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). @@ -93,7 +95,7 @@ More information about Storybook can be found inside the **Overview** page once ### Testing -Information about testing can be found [here](./docs/testing.md). +[Information about testing can be found here](./docs/testing.md). ## Resources