File: find-maintainers.rst

package info (click to toggle)
kworkflow 1%3A0.6.2-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,148 kB
  • sloc: sh: 22,233; perl: 2,172; ansic: 96; python: 72; sql: 28; makefile: 19
file content (28 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===================================
  Find people to review your work
===================================
.. _find-maintainers:

.. contents::
   :depth: 1
   :local:
   :backlinks: none

.. highlight:: console

Do you have a very cool patch, but you don't know to whom you can send it?
Don't worry, you just need::

  kw maintainer <path>

or even shorter::

  kw m <path>

For example, let's say that you have a fix for the amdgpu, you can use::

  kw m drivers/gpu/drm/amd/

You can also point to a specific file::

  kw m drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c