Thanks for helping improve UTM TimeVault.
- Fork the repository.
- Create a feature branch.
- Make focused changes.
- Run checks:
bash -n scripts/utm-timevault.sh
bash -n scripts/install.sh
shellcheck scripts/utm-timevault.sh scripts/install.sh- Open a pull request with clear description and test notes.
- Keep shell code compatible with macOS Bash where possible.
- Prefer small, reviewable commits.
- Update docs when behavior changes.
- Keep user-facing CLI contracts stable.
Use the issue template and include:
- Command used
- Expected behavior
- Actual behavior
- Exit code
- Platform (
macOS/Linux)