Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 767 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 767 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.

Submitting to Resource Hub

Please open an issue to submit a resource to our Resource Hub.

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.