Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing to llm.rust

Thank you for considering contributing to llm.rust! Here are some guidelines:

1. **Fork the repository** and create a new branch for your feature or bug fix.
2. **Ensure your code follows Rust best practices.**
3. **Write tests** for any new features or bug fixes.
4. **Update documentation** where applicable.
5. **Submit a pull request** with a clear description of your changes.

Loading