Forked from beledarian/beledarians-lm-studio-tools
Project Files
CONTRIBUTING.md
First off, thank you for considering contributing to this project! It's people like you that make the open-source community such an amazing place to learn, inspire, and create.
If you find a bug, please create an Issue on GitHub. Include:
To keep the history clean and ensure quality, please follow this workflow:
Since this project uses TypeScript, please adhere to the following:
any whenever possible. Define interfaces/types for your data structures.Thank you for your contributions!
maingit clone [https://github.com/your-username/Beledarians_LM_Studio_Toolbox.git](https://github.com/your-username/Beledarians_LM_Studio_Toolbox.git)
cd Beledarians_LM_Studio_Toolbox
npm install
git checkout -b feature/amazing-new-tool
# or
git checkout -b fix/annoying-bug
git commit -m "feat: add token counter utility"
git push origin feature/amazing-new-tool