mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
853 B
853 B
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, right?):
git clone git@github.com:Strum355/vscode-mc-shader.git
Install dependencies:
cd vscode-mc-shader && npm i
Follow this 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.