Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.47 KB

File metadata and controls

24 lines (20 loc) · 1.47 KB

For #

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

Optional tests to run: Select one or more of the following tests to run as part of the CI for the current PR. If multiple tests are selected and one of them fails, then the rest will not run.

  • Run single-workspace tests (with VS Code, without Python extension & without Jupyter)
  • Run functional-with-jupyter tests (mocked VS Code, without Python extension & with Jupyter)
  • Run integration tests (with VS Code, with Python extension & with Jupyter)