@@ -10,10 +10,22 @@ in [TypeScript] with no time wasted messing with the config files.
1010 macOS included.
1111- Clean, easy to read and alter config files. No config file is hidden behind
1212 yet another script!
13+ - Monthly maintenance to keep things up to date!
1314
1415* This boilerplate is tested on the latest macOS and Windows. If anything
1516doesn't work, please [ file an issue] .*
1617
18+ ### Maintenance schedule
19+ Starting from ` v4.0.0 ` , the project maintenance will become much more regular.
20+ A new release will be published on a monthly basis to keep the package
21+ dependencies, package configurations and APIs / syntax up to date.
22+
23+ Maintenance work will begin on 1st of each month, and expect the new version to
24+ be released within the first week of the month. New features from different
25+ tools integrated in this boilerplate might not always be implemented at once,
26+ especially on experimental features. If you want any particular feature to be
27+ implemented, please [ file an issue] , or consider make a [ new pull request] .
28+
1729## Getting started
18301 . Clone this repository, or if you're hosting your Electron project on GitHub,
1931click [ ` Use this template ` ] to create a new project.
@@ -223,6 +235,7 @@ Electron React TypeScript Webpack Boilerplate is open source software
223235[Jest ]: https://jestjs.io
224236[`electron-builder` ]: https://github.com/electron-userland/electron-builder
225237[file an issue ]: https://www.electronjs.org
238+ [new pull request ]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare
226239[`Use this template` ]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/generate
227240[`tsconfig-paths` ]: https://github.com/dividab/tsconfig-paths
228241[`tsconfig-paths-webpack-plugin` ]: https://github.com/dividab/tsconfig-paths-webpack-plugin
0 commit comments