Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

40 lines (27 loc) · 1.57 KB

How to contribute

Thanks for taking the initiative to contribute! In participating, you are required to withhold the Code of Conduct

Creating issues

Please use the issue templates when creating issues. Be concise and provide has much relevant information possible. The more relevant information provided, the quicker a bug can be fixed.

Fixing issues, adding features

Don't commit to the main branch. When fixing issues or adding features, please adhere to the following:

  • Create a new branch in reference to bug or new feature
  • Adhere to the repo's coding style when adding code
  • Write comments, describe why you did what you did
  • Submit a pull request with your bug fix or new feature

Getting started

You can view the documentation for vscode extension development here.

nvm is used to keep the version of npm consistent. Run the following to install the appropriate node modules.

nvm i; npm i

Run Test Extension to run unit tests. Run Launch Extension to launch an instance of the extension from your local repository.

Coding Style

You can use reference the TSlint configuration to reference full code style.