aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst2
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