diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 90dc52cf..a69f4547 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -57,3 +57,9 @@ Testing the changes - Run `npm run compile`. - Go to the debug panel on the sidebar and launch the development version with the extension loaded (first option in the debug profiles). - Refer to `VS Code Extension Documentation `_ for additional resources. + +Submitting a PR ++++++++++++++++ + +- Please make sure to run `npm run lint` and verify there are no errors/warnings. +- You can run `npm run lint:fix` to fix the lint issues.