Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 991 Bytes

Contribution Guidelines

How to contribute

  • Open a GitHub Issue for a discussion of your idea before working on it
  • Fork this repo, develop your solution and submit a PR

What to contribute

See the GitHub Issues list for any open Issue.

General improvements to any aspect of this adapter are welcome, just ensure major work is preceded by a conversation in a GitHub Issue.

Package scripts

  • npm run format: format the code using Prettier
  • npm run format: check that the code is correctly formatted
  • npm run test: run the unit tests using Vitest
  • npm run test:coverage: check test coverage

This was based on the contribution guidelines in svelte-adapter-firebase