Skip to content

Commit c86dcaf

Browse files
committed
Fix generic links
1 parent 767f993 commit c86dcaf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Please note that this project is released with a [Contributor Code of Conduct][c
2323
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
2424

2525
* Follow the [style guide][style].
26-
* 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).
26+
* Write tests:
27+
* [Tests that don't require the VS Code API are located here](extensions/ql-vscode/test).
28+
* [Integration tests that do require the VS Code API are located here](extensions/ql-vscode/src/vscode-tests).
2729
* 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.
2830
* Write a [good commit message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
2931

@@ -93,7 +95,7 @@ More information about Storybook can be found inside the **Overview** page once
9395

9496
### Testing
9597

96-
Information about testing can be found [here](./docs/testing.md).
98+
[Information about testing can be found here](./docs/testing.md).
9799

98100
## Resources
99101

0 commit comments

Comments
 (0)