Thanks for contributing to this Linux From Scratch guide.
- Create feature branches from
main. - Use clear names, for example:
docs/fix-grub-step.
- Keep commits focused and small.
- Use imperative style, for example:
Fix ext4 mount command.
- Keep steps reproducible on Debian 13 ARM64.
- Prefer exact commands over prose.
- Include verification commands after risky steps.
- If a step is destructive, add a warning block.
- Explain what changed and why.
- Link related issue or discussion.
- Confirm commands were tested before requesting review.