Todd Rinaldo
/
Tree-MultiNode-2.02
⭐ Starred 4
GitHub stars
/
CONTRIBUTING.md
Contributing to Tree::MultiNode
Thank you for your interest in contributing!
How to Contribute
- Fork the repository at https://github.com/cpan-authors/Tree-MultiNode.
- Create a feature branch from
main.
- Make your changes and add tests where appropriate.
- Run the test suite:
perl Makefile.PL && make test
- 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.