Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 617 Bytes

File metadata and controls

29 lines (21 loc) · 617 Bytes

Contributing to Axum API Template

Thanks for your interest! This is a learning project and template.

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Guidelines

  • Follow existing code style
  • Add tests for new features
  • Update documentation
  • Keep commits focused and clear

Running Tests

cargo test
cargo clippy
cargo fmt

Questions?

Open an issue or discussion!