Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 401 Bytes

pull_request_template.md

File metadata and controls

26 lines (17 loc) · 401 Bytes

Title of pull request

The pull request should be described here

Description

  • Describe here your pull request modifications
  • It could be more than one thing

How to Test

  • Config your .env file
  • Run the server

Case 1

  1. Run the server
$~ npm run serve

Case N...

Checklist

  • [] Lint is clean npm run lint
  • [] Prettier is passing npm run prettier