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:
git 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
To keep the history clean and ensure quality, please follow this workflow:
main. Create a descriptive branch for your feature or fix:
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!
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