Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 580 Bytes

Contributing

Thank you for contributing to the Safe docs. Before starting, please review the existing documentation to understand the structure and writing conventions.

We use the Microsoft Style Guide for the styles and Vale for linting. This combination helps us use the style guide effectively.

Using Vale

Install the Vale CLI and run the following command:

vale --glob='*.md' .

You can also use Vale as a plugin for your IDE.