Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 687 Bytes

File metadata and controls

30 lines (21 loc) · 687 Bytes

Contributing to devkit

Thanks for your interest in contributing!

How to contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Run tests to ensure nothing is broken
  5. Commit with a clear message
  6. Push and open a Pull Request

Guidelines

  • Follow the existing code style
  • Add tests for new features
  • Update docs if needed
  • Keep PRs focused — one feature per PR

Bug Reports

Use the bug report issue template. Include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details (OS, version, etc.)

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.