# Contributing Want to contribute? I sure want you to! Heres how you can help: ## Setting up environment Development requirements (did I miss any? Submit a PR!): `npm, nodejs, tslint, VSCode` Fork the repo (you are using [SSH keys](https://help.github.com/articles/connecting-to-github-with-ssh/), right?): `git clone git@github.com:Strum355/vscode-mc-shader.git` Install dependencies: `cd vscode-mc-shader && npm i` Follow [this](https://code.visualstudio.com/docs/extensions/overview) link to learn your way around making extensions. ## Submitting a Pull Request Please adhere to the following guidelines before submitting a pull request: - Passes tslint checks with the given config. - Provide some comments in the code (see mine as an example). - Provide a good explanation of the changes provided. This helps me follow your code better.