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