Apparently this needs to be said

This commit is contained in:
David Heinemeier Hansson
2026-06-04 10:16:00 +02:00
parent 4884f8c64a
commit c31825dca4
+5
View File
@@ -67,6 +67,11 @@ Example:
- Whenever you need to trigger a sudo command, use `pkexec` so it results in a user prompt they can approve.
# Git
- Commits should be atomic: include only one coherent change or fix, and do not mix unrelated work.
- Commit messages should be succinct and describe the change being made.
# Install Scripts
Install entry points (`install.sh`, `boot.sh`) use `#!/bin/bash`. Many scripts under `install/` are sourced via `run_logged` and intentionally do not have shebangs.