mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-18 14:52:53 +00:00
1.2 KiB
1.2 KiB
Contributing
Kimai is an open source project, contributions made by the community are welcome. Send your ideas, code reviews, pull requests and feature requests to help improving this project.
Pull request rules
- Use the pre-configured codesniffer) to check for
composer kimai:codestyle
and fixcomposer kimai:codestyle-fix
violations - Add PHPUnit tests for your changes!
- Verify everything still works with
composer kimai:tests-unit
andcomposer kimai:tests-integration
- If you contribute new files, add them with the file-header template from below (the code-style fixer can do that for you)
- When sending in a PR, you must accept that your contributions/code will be published under MIT license (see the LICENSE file as well), otherwise your PR will be closed
- If one of the PR checks/builds fails, fix it before asking for a review
Further documentation can be found in the developer documentation.
File-header template
/*
* This file is part of the Kimai time-tracking app.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/