Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 830 Bytes

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 830 Bytes

Contribution Guide

Local development

Dev

  1. Update .env file

  2. Install packages

npm install
  1. Run
npm run dev

Tests

npm run test

Build

npm run init

Contributing

Before opening a PR, you should use the Feature Request or Issue template to announce your idea and get feedback on whether it's a good fit for the project.

Your contribution should be concise, have a clear scope, be testable, and be well documented. If you're not sure about something, feel free to ask.

If the scope of your contribution goes beyond simple fixes, you may need to be familiar with the following: