Skip to content

Latest commit

History

History
35 lines (21 loc) 路 787 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) 路 787 Bytes

Contributing

Thanks for ur interest in contributing to Urara! Please take a moment to read this document before submitting a pull request.

Pull requests

pls ask before u start working on any important new feature.

for minor features and bug fixes: I will accept them as long as I think the code quality is good enough.

Commit message

This is not mandatory at this time, but pls use gitmoji and Conventional Commits whenever possible.

Check the code

Run this command to check the code:

pnpm check

In general, expect to see output like this:

svelte-check found 0 errors, 0 warnings, and 0 hints

Format the code

run this command to format the code:

pnpm format