Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/dev-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Developer Guide

This document outlines the various formats, processes, and procedures associated with the maintenance of the FLS.

Enumeration
-----------

When enumerating multiple entities, sort them alphabetically.

For example, in the sentence "A function item type implements Clone, Copy, Send, and Sync traits", the enumerated traits are sorted alphabetically.

Changelog maintenance
---------------------

Expand Down
Loading