Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

contributing.md

File metadata and controls

18 lines (12 loc) · 590 Bytes

Follow Conventional Commits

This repository enforces the Conventional Commits specification for writing pull requests and issues titles.

Write a meaningful title

We ask you to write a short and meaningful title while going into more detail about your changes in the description of the pull request.

Typically, you should receive a response to your pull request within a few hours.

Make sure nothing's broken

After you've made your changes, please run deno task check to format & check your code and run the test suites.