This commit is contained in:
Sam Partington 2023-04-04 15:59:57 +01:00
Родитель 767f9934e9
Коммит c86dcafd2e
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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