docs(core): Mention the "el" (EventLoop) category for commit messages

This commit is contained in:
Julius Pfrommer 2021-11-29 01:17:43 +01:00 committed by Julius Pfrommer
parent ed72781a27
commit d107b500c3

View File

@ -103,6 +103,7 @@ The scope is optional, but recommended to be used. It should be the name of the
The following is the list of supported scopes:
- **arch**: Changes to specific architecture code in `root/arch`
- **el**: Changes to the eventloop and associated event sources (also networking)
- **client**: Changes only affecting client code
- **core**: Core functionality used by the client and server
- **ex**: Example code changes