Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 390 Bytes

D2L.CodeStyle

A suite of Roslyn analyzers and tools for D2L's C# code.

Contributing

  1. Fork the repository. Committing directly against this repository is highly discouraged.

  2. Make your modifications in a branch, updating and writing new tests.

  3. Ensure that all tests pass

  4. Submit a pull request to this repository. Wait for tests to run and someone to chime in.