Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 982 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 982 Bytes

Contributing to Simple Icons CDN

Ways you can help

Financial contributions

Coding guidelines

Deno

This project written in Deno. You can get Deno from deno.com. We usually use the latest version of Deno for development, so please feel free to install the latest version.

Tests

When adding or changing features please write tests. We're using Deno's built-in Deno.test() utilities for testing.

You can use deno test to run unit tests. And use deno task test to test all code formats, linting, types, and unit tests.

Coverage

We require code coverage to be 100% all the time. You can use deno task test --html to generate a coverage report in HTML.

Development

Use deno task dev to start a development server, watching for changes and running on a specific port.