Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 1.71 KB

Contributing to ClickScript

Welcome and thank you for your interest in contributing to ClickScript extension for VS Code! There are several of ways you can contribute to this extension.

Ideas, feature requests, and bugs

We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.

Documentation

The primary documentation for the extension is available at the documentation ClickScript. If something is unclear or does not ring true, tell us using "unhelpful documentation" link that you can find at the bottom of every page.

If something seems wrong with the README file, please open an issue, or submit a PR with correction!

Code

To contribute bug fixes, features, or design changes:

  • Clone the repository locally and open in VS Code.
  • Install ESLint for Visual Studio Code.
  • Open the terminal (CTRL+ ` by default) and run npm install or yarn install
  • Press F5 and click to "Run and Debug" or "Run" (menu) and "Start Debugging".

Legal

This project is submited at the licence MIT.