Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 847 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 847 Bytes

Contributing

This is an open source project we welcome any support that you want to give. Just fork the repo and raise a PR.

Pull request rules

We use the conventional-changelog package to generate the changelog. This uses commit lint rules. To enforce these rules for you run the following:

  • Install nvm...
  • nvm use
  • npm install

This should install the git hooks to check your commits are in the correct format.

Manual build

You can build the Image for local testing like this:

docker build --tag kimai2 \
    --no-cache \
    --build-arg PHP_VER=8.1 \
    --build-arg COMPOSER_VER=latest \
    --build-arg KIMAI=main \
    --build-arg TIMEZONE=Europe/Berlin \
    --build-arg BASE=fpm .