0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-15 21:44:46 +00:00
kevinpapst_kimai2/CONTRIBUTING.md
2018-01-05 10:41:32 +01:00

743 B

Contributing

The Kimai application is an open source project. Contributions made by the community are welcome. Send us your ideas, code reviews, pull requests and feature requests to help us improve this project.

Web Assets Management

This project manages its web assets in a special way to allow them to work without configuring any option, installing any tool or executing any command. If your contribution changes CSS styles or JavaScript code in any way, make sure to regenerate the web/css/app.css and web/js/app.js files. To do so, uncomment the Assetic blocks in the app/Resources/views/base.html.twig and execute the following command:

$ php bin/console assetic:dump --no-debug