diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 10:35:58 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 10:35:58 +0200 |
| commit | 96a8abb79074337fb7875c0028f57c8a7f00ea36 (patch) | |
| tree | 19467aba3c05a7a5e4ccfc3502dc599d9fab0790 /CONTRIBUTING.rst | |
| parent | bbf537f41c10c6b97909d3fea53990d28b292842 (diff) | |
| download | kernel-96a8abb79074337fb7875c0028f57c8a7f00ea36.tar.xz kernel-96a8abb79074337fb7875c0028f57c8a7f00ea36.zip | |
doc: fix x86_64 commit example
Diffstat (limited to 'CONTRIBUTING.rst')
| -rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7177f2a8..97028855 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -27,7 +27,7 @@ Commit Conventions Commit messages should be concise, written in the imperative mood, and scoped using a subsystem prefix: -- Subsystems: ``kernel/vfs: <description>``, ``arch/x86_64: <description>``, ``kapi: <description>``, ``kstd: <description>`` +- Subsystems: ``kernel/vfs: <description>``, ``x86_64: <description>``, ``kapi: <description>``, ``kstd: <description>`` - Supporting areas: ``doc: <description>``, ``build: <description>``, ``chore: <description>``, ``ide: <description>`` Building and Testing |
