Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 696 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 696 Bytes

Contribution Guide

Hi! We're really excited that you're interested in contributing to Viject!

Contribute

I truly appreciate contributions in the form of:

  • Fixing typos
  • Improving docs
  • Refactoring codes
  • Opening issues
  • Triaging issues
  • Sharing your opinion on issues.

Issues

  • If you're reporting a bug, include as much information as possible. Ideally, include a test case that reproduces the bug. For example, a Runkit or repl.it playground.

👨‍💻 Setup

npm ci

🧪 Develop

To test:

npm run test:integration

To check code style:

npm run lint