Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 651 Bytes

File metadata and controls

26 lines (17 loc) · 651 Bytes

Contributing

Thanks for contributing to this Linux From Scratch guide.

Branching

  • Create feature branches from main.
  • Use clear names, for example: docs/fix-grub-step.

Commit messages

  • Keep commits focused and small.
  • Use imperative style, for example: Fix ext4 mount command.

Documentation style

  • 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.

Pull requests

  • Explain what changed and why.
  • Link related issue or discussion.
  • Confirm commands were tested before requesting review.