Skip to content

NeuroPilot extension

This page covers contributing to the NeuroPilot extension.

  • Discuss why the feature would be helpful (this applies to both user-end and developer-end features).
  • Test your code using Tony at least. Testing with Jippity is really only necessary if testing with AI behaviours & understanding is needed.
  • If the feature requires access to new dependencies (vscode or npm), note that in your feature request.
  • For upcoming major features (e.g. NeuroPilot API), discuss this on the Discord thread and wait for, at least, @Pasu4’s input.
  • For minor patches (such as fixing small unintended behaviour), it is generally OK to send a pull request immediately. Otherwise, you should open an issue. If in doubt, just open an issue.
  • Ensure fixes don’t cause breaking changes whenever possible. Otherwise, note the breaking change.