Skip to content

Commit

Permalink
Merge pull request #334 from deepesh-verma/update-contribution-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Dec 3, 2022
2 parents 98ccd30 + 2e51c27 commit afb4f81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://code.visualstudio.com/api>`_ 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.

0 comments on commit afb4f81

Please sign in to comment.