Skip to content

Commit e35fa1f

Browse files
kuba-mooJonathan Corbet
authored andcommitted
docs: maintainer: discourage taking conversations off-list
Multiple vendors seem to prefer taking discussions off list, and ask contributors to work with them privately rather than just send patches to the list. I'd imagine this is because it's hard to fit in time for random developers popping up with features to review into packed schedule. From what I've seen "work in private" usually means someone on the company side will be assigned to handle the interaction, possibly months later. In worst case, the person scheduled to help the contributor takes over and writes the code themselves. This is not how the community is supposed to work. Reviewed-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Mark Brown <[email protected]> Reviewed-by: Shuah Khan <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent bd5b61d commit e35fa1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/maintainer/feature-and-driver-maintainers.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ bugs as well, if the report is of reasonable quality or indicates a
8383
problem that might be severe -- especially if they have *Supported*
8484
status of the codebase in the MAINTAINERS file.
8585

86+
Open development
87+
----------------
88+
89+
Discussions about user reported issues, and development of new code
90+
should be conducted in a manner typical for the larger subsystem.
91+
It is common for development within a single company to be conducted
92+
behind closed doors. However, development and discussions initiated
93+
by community members must not be redirected from public to closed forums
94+
or to private email conversations. Reasonable exceptions to this guidance
95+
include discussions about security related issues.
96+
8697
Selecting the maintainer
8798
========================
8899

0 commit comments

Comments
 (0)