Skip to content
Open
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
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing

Thank you for considering contributing to valuable!

## Getting Started

1. Fork this repository and clone your fork.
2. Create a new branch for your change.
3. Make your changes with clear, well-documented commits.
4. If applicable, add or update tests.

## Code Style

- Follow Rust's formatting conventions. Run `cargo fmt` before committing.
- Keep PRs focused; break big changes into smaller, reviewable pieces.

## Pull Requests

- Describe the problem solved or feature added.
- Reference any relevant issues.
- Ensure CI passes before requesting review.

We appreciate your contributions!