Skip to content

Commit bc5facc

Browse files
committed
Rename "Misc" to "Internal Tools & Data"
1 parent 405e717 commit bc5facc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
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
@@ -38,7 +41,7 @@
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
122125
Modules/_xxtestfuzz/ @ammaraskar
123126

124-
# Limited C API & stable ABI
127+
# Limited C API & Stable ABI
125128
Doc/c-api/stable.rst @encukou
126129
Doc/data/*.abi @encukou
127130
Misc/stable_abi.toml @encukou

0 commit comments

Comments
 (0)