1.. raw:: latex
2
3	\renewcommand\thesection*
4	\renewcommand\thesubsection*
5
6.. include:: ../disclaimer-zh_CN.rst
7
8:Original: :ref:`Documentation/process/index.rst <process_index>`
9:Translator: Alex Shi <alex.shi@linux.alibaba.com>
10
11.. _cn_process_index:
12
13与Linux 内核社区一起工作
14========================
15
16你想成为Linux内核开发人员吗?欢迎之至!在学习许多关于内核的技术知识的同时,
17了解我们社区的工作方式也很重要。阅读这些文档可以让您以更轻松的、麻烦更少的
18方式将更改合并到内核。
19
20以下是每位开发人员都应阅读的基本指南:
21
22.. toctree::
23   :maxdepth: 1
24
25   howto
26   code-of-conduct
27   code-of-conduct-interpretation
28   submitting-patches
29   programming-language
30   coding-style
31   development-process
32   email-clients
33   license-rules
34   kernel-enforcement-statement
35   kernel-driver-statement
36
37其它大多数开发人员感兴趣的社区指南:
38
39
40.. toctree::
41   :maxdepth: 1
42
43   submit-checklist
44   stable-api-nonsense
45   stable-kernel-rules
46   management-style
47   embargoed-hardware-issues
48
49这些是一些总体性技术指南,由于不大好分类而放在这里:
50
51.. toctree::
52   :maxdepth: 1
53
54   magic-number
55   volatile-considered-harmful
56
57.. only::  subproject and html
58
59   目录
60   ====
61
62   * :ref:`genindex`
63