Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 798 Bytes

Contributing in apollo-log

We 💛 contributions! The rules for contributing to this org are few:

  1. Don't be a jerk
  2. Search issues before opening a new one
  3. Lint and run tests locally before submitting a PR
  4. Adhere to the code style the org has chosen

Required Tools

This project uses pnpm for a package manager. Run pnpm install at the repository root. Please read the documentation for working with pnpm further.

Before Committing

  1. Use at least Node.js v14.0.0 or higher. NVM can be handy for switching between Node versions.
  2. Lint your changes via pnpm lint. Fix any errors and warnings before committing.
  3. Test your changes via pnpm test. Only Pull Requests with passing tests will be accepted.