Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 796 Bytes

File metadata and controls

47 lines (30 loc) · 796 Bytes

Contributing to Learn Rust Programming

Thank you for wanting to contribute!

This repository is designed to help people learn Rust easily.


Ways You Can Contribute

You can help by:

  • Adding new Rust examples
  • Improving comments and explanations
  • Fixing bugs in examples
  • Adding small Rust projects
  • Improving documentation

How to Contribute

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch
  4. Add your changes
  5. Submit a Pull Request

Code Style

  • Keep code simple and beginner friendly
  • Add comments explaining the logic
  • Make examples easy to understand

Pull Request Guidelines

  • Describe what you changed
  • Mention the topic you improved
  • Keep pull requests small and focused

Thank you for helping make Rust learning easier!