feat: add HR app to apps page by ruchamahabal [frappe] PR#2076
From: https://github.com/frappe/hrms/pull/2076
Date: 2024-08-13 16:37:46+05:30
- feat: add HR app to apps page (#2076)
Diagnostics
pre-commit failed for source commit: b882d11105a4c32783190426d6129503b6e7b49c
Format Python code.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted, 1 file left unchanged
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2076
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2076
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease