You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ Please note that this project is released with a [Contributor Code of Conduct][c
23
23
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
24
24
25
25
* 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).
27
29
* 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.
28
30
* Write a [good commit message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
29
31
@@ -93,7 +95,7 @@ More information about Storybook can be found inside the **Overview** page once
93
95
94
96
### Testing
95
97
96
-
Information about testing can be found [here](./docs/testing.md).
98
+
[Information about testing can be found here](./docs/testing.md).
0 commit comments