Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 801 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 801 Bytes

Contributing to Softeq .NET Guidelines

The repository is maintained using Scaled Trunk-Based Development practices.

Pull request guidelines

  • Create a separate feature branch for your changes.
  • If there is a related issue, mention it in your commit message (see GitHub documentation for more details).
  • Create changes as small as possible: the less changes you want to merge, the easier it will be to review them.

Adding a new rule

  • Use the proper name format
  • Keep rule description consistent and simple
  • Check if R# schema can be extended to support the rule