Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

41 lines (23 loc) · 1.52 KB

Contributing

🌱 First off, thanks for taking the time to contribute!

The following is a short set of guidelines for contributing to our project.

There are many ways in which you can participate in the project, for example:

If you are interested in fixing issues and contributing directly to the code base, you can:

We're also interested in your feedback for the future of our project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

Development

To run this extension locally, follow the steps below:

  • For the development you'll need to use VSCode
  • Install NodeJS, npm or yarn
  • After forking/cloning the repository, run:
// access your cloned repository, then
npm install

// do your changes, then
npm run compile

📍 And to run/test the extension, go to the Run View on the sidebar and hit the green button on Run Extension. This will open a new VSCode window with the extension enabled.


Note: Open source is made by people like you: one issue, pull request, comment, or high-five at a time.