-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of zUIx will generally not be accepted unless discussed via the issue tracker.
File a new enhancement issue.
File a new question issue.
This project follows standardjs.com coding rules.
The build script also includes ESLint checks that are mainly based off the
eslint-config-google
.
You may find out that some of these rules are not fully respected in the existing code,
but this will be fixed from time to time.
Clone zUIx repository and install dependencies:
npm install
Build source and create minified version in ./dist/js
folder:
npm run build
this will also generate, starting from JSDoc comments, the JSON formatted API files
in the ./docs/app/content/api/data
folder and TypeScript definition file in the ./dist/js
folder.
To submit a new release
npm run release <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease
if passing CI tests this will also publish npm packages and update documentation website files in gh-pages branch. The script run on the CI server side is
npm run deploy
Website source files are located in the zuix-website
folder which is a submodule
pointing to the gh-pages
branch.
cd zuix-website && npm install
Website files are generated in the ./docs
folder issuing the command
npm run build # to be run from ./zuix-website folder
Any change made to the website must be pushed to the gh-pages
branch:
git push origin gh-pages
For complete instructions see gh-pages repository.
zUIx is a volunteer effort. We encourage you to pitch in and join the team!
Thanks! ❤️ ❤️ ❤️