Please do the following steps before submitting a PR, doing this will help progress your fix into the template.
- Have you ran
npm run testto ensure the unit tests are working? - Have you ran
npm run devto see if the template works? Have you checked all of the pages to make sure they are still functional? - Have you ran
npm run prodto 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?