| 1 | ## Commit Message Guidelines for WSL |
| 2 | |
| 3 | This repo has no strict commit message format. Follow these general practices: |
| 4 | |
| 5 | - Write a concise summary under 72 characters |
| 6 | - Use imperative mood ("Fix crash" not "Fixed crash") |
| 7 | - Reference GitHub issues with `(#123)` or `Fixes #123` |
| 8 | - Add a body paragraph for non-obvious changes explaining *why* |