Thank you for considering contributing to AvaloniaXKCD!
Found a bug or have a feature request? Open an issue. Get confirmation/approval before coding.
Branch name example (issue #325):
git checkout -b 325-add-japanese-localizationUse the Dev Container for a consistent development environment. It ensures tools and dependencies are set up correctly.
- Tests must pass.
- Include tests for new functionality.
- Ensure code formatted using
make format.