Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.2 KB

File metadata and controls

24 lines (15 loc) · 1.2 KB

Contributing to ReactiveUI

Thank you for your interest in contributing to ReactiveUI. All contributors are expected to follow our Code of Conduct and the .NET Foundation Code of Conduct.

Guidelines

For contribution guidelines, coding standards, commit message conventions, and submission requirements, please refer to the official documentation:

reactiveui.net/contribute

Getting help

Quick start

  1. Open an issue to discuss your proposed change before starting work.
  2. Fork the repository, create a branch, and make your changes.
  3. Ensure all tests pass: dotnet test --solution src/reactiveui.slnx
  4. Submit a pull request against main.

All features and bug fixes must include appropriate test coverage. All public API methods must have XML documentation.