Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 544 Bytes

Contributing guidelines

Please do the following steps before submitting a PR, doing this will help progress your fix into the template.

  1. Have you ran npm run dev to see if the template works? Have you checked all of the pages to make sure they are still functional?
  2. Have you ran npm run prod to see if the template works in production? Have you checked all of the pages to make sure they are still functional?
  3. Have you ran npm run dist-[windows|mac|linux] to make sure the app is packaged correctly and works if you install it?