Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

File metadata and controls

17 lines (11 loc) · 416 Bytes

Contribution Guide

IDE: Visual Studio 2022

Branch naming:

Please follow the following convention: users/<GitHub handle>/issue_<issue_number>-brief-description

Example: users/alexander-smolyakov/issue_1-add-initial-implementation

Contribution flow:

  • Provide changes;
  • Test changes;
  • Run dotnet format -v d against root folder;
  • Commit and push changes;
  • Open PR against dev branch.