Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 757 Bytes

File metadata and controls

32 lines (21 loc) · 757 Bytes

Contributing to AnchorMesh

Thanks for your interest in contributing!

How to contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feat/my-feature
  3. Make your changes with clear, focused commits
  4. Push to your fork and open a pull request

Reporting bugs

Open a GitHub Issue with:

  • A clear title
  • Steps to reproduce
  • Expected vs actual behavior
  • Your environment (OS, runtime version)

Suggesting features

Open an Issue tagged enhancement. Describe the use case and how it fits the project's goals.

Code style

  • Keep changes focused and minimal
  • Add or update tests where relevant
  • Document public APIs

Code of conduct

Please read CODE_OF_CONDUCT.md before participating.