Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 791 Bytes

File metadata and controls

28 lines (18 loc) · 791 Bytes

Guidelines for Contributing

This package is distributed under a permissive Apache License. We accept third-party contributions.

Ways to Contribute

You can contribute by:

  • Submitting bug fixes.
  • Proposing changes in documentation or updates to existing code.
  • Adding features or missing functionalities.

Steps to Contribute

  1. Branch out from main.
  2. Add your contribution.
  3. Ensure all tests pass: dotnet test
  4. Submit a Pull Request.

Code Style

  • Follow the conventions defined in .editorconfig.
  • Include XML documentation comments on all public APIs.

Support-Related Issues

Use GitHub Issues to report bugs or request features.