2929# Where possible, keep related files together. For example, documentation,
3030# code, and tests for a given item should all be listed in the same place.
3131#
32+ # GitHub usernames should be aligned to column 31, or the next multiple
33+ # of three if the relevant paths are too long to fit.
34+ #
3235# Top-level sections are:
3336#
3437# * Buildbots, Continuous Integration, and Testing
3841# the Makefile, autoconf, and other autotools files.
3942# * Documentation
4043# broader sections of documentation, documentation tools
41- # * Other / Misc ( Tools, Programs, Integration, etc.)
44+ # * Internal Tools & Data
4245# internal tools, integration with external systems,
4346# entries that don't fit elsewhere
4447# * Platform Support
@@ -107,7 +110,7 @@ Doc/whatsnew/ @AA-Turner
107110
108111
109112# ----------------------------------------------------------------------------
110- # Other / Misc ( Tools, Programs, Integration, etc.)
113+ # Internal Tools and Data
111114# ----------------------------------------------------------------------------
112115
113116# Argument Clinic
@@ -121,7 +124,7 @@ Tools/c-analyzer/ @ericsnowcurrently
121124# Fuzzing
122125Modules /_xxtestfuzz / @ ammaraskar
123126
124- # Limited C API & stable ABI
127+ # Limited C API & Stable ABI
125128Doc /c-api /stable.rst @ encukou
126129Doc /data /* .abi @ encukou
127130Misc /stable_abi.toml @ encukou
0 commit comments