Please do the following steps before submitting a PR, doing this will help progress your fix into the template.
- Have you ran
npm run test
to ensure the unit tests are working? - 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? - 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? - Have you ran
npm run dist-[windows|mac|linux|all]
to make sure the app is packaged correctly and works if you install it?