Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 651 Bytes

File metadata and controls

22 lines (15 loc) · 651 Bytes

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

  • Follow existing code style and conventions.
  • Tests use Test::More with a declared plan.
  • No external dependencies beyond core Perl and Test::More.