Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 945 Bytes

File metadata and controls

25 lines (15 loc) · 945 Bytes

Contributing to AvaloniaXKCD

Thank you for considering contributing to AvaloniaXKCD!

Found a bug or have a feature request? Open an issue. Get confirmation/approval before coding.

Branching

Branch name example (issue #325):

git checkout -b 325-add-japanese-localization

Development Setup

Use the Dev Container for a consistent development environment. It ensures tools and dependencies are set up correctly.

Open in Dev Container

Contribution Workflow

  1. Tests must pass.
  2. Include tests for new functionality.
  3. Ensure code formatted using make format.