Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 731 Bytes

File metadata and controls

24 lines (16 loc) · 731 Bytes

🤝 Contributing to Pealn

First off, thanks for your interest in contributing! 🎉

We welcome contributions of all kinds — bug fixes, new features, examples, documentation, benchmarks, and more.


🚀 Getting Started

  1. Fork this repo
  2. Clone your fork and create a new branch
  3. Make your changes and commit with clear messages
  4. Push your branch and open a pull request (PR)

✅ Rules & Best Practices

  • Follow Rust style: Use rustfmt and clippy
  • Minimal dependencies: Keep the crate small and lightweight
  • Tests: Add tests if you fix or add logic
  • Backwards compatibility: Try not to break existing users unless versioning
  • Commit messages: Use clear, descriptive commits