Stashed / CONTRIBUTING.md
CONTRIBUTING.md
Raw

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 test to ensure the unit tests are working?
  2. 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?
  3. 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?
  4. Have you ran npm run dist-[windows|mac|linux|all] to make sure the app is packaged correctly and works if you install it?