Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 667 Bytes

File metadata and controls

35 lines (23 loc) · 667 Bytes

Contributing to DevProjex

Thanks for your interest in improving DevProjex! This guide is intentionally lightweight.

Build and run

From the repository root:

dotnet restore

dotnet build

dotnet run --project Apps/Avalonia/DevProjex.Avalonia.csproj

Run tests

dotnet test

What contributions are welcome

  • Bug fixes
  • Documentation improvements (README, screenshots, store descriptions)
  • Performance improvements
  • Tests (unit and integration)
  • UI/UX improvements
  • Icon mappings
  • Localization

Contribution license

By submitting a contribution, you agree that it is licensed under the current project license (GPL-3.0).