Contributing to Tree::MultiNode

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository at https://github.com/cpan-authors/Tree-MultiNode.
  2. Create a feature branch from main.
  3. Make your changes and add tests where appropriate.
  4. Run the test suite: perl Makefile.PL && make test
  5. Submit a pull request.

Reporting Bugs

Please report bugs via the issue tracker at https://github.com/cpan-authors/Tree-MultiNode/issues.

Coding Guidelines