Thank you for your interest in contributing!
Please read docs/MUDLET_DEVELOPMENT.md for:
- Project Architecture (Single-File vs Split)
- Development Workflow
- Coding Standards
We use a custom Python toolchain for validation and testing. See docs/PYTHON_TOOLS.md for details on:
validate_package.pyrun_tests.pycreate_package.py
- Create a feature branch.
- Make your changes to
LuminariGUI.xml. - Run validation:
python3 scripts/validate_package.py. - Run tests:
python3 tests/run_tests.py. - Submit PR.