File: Submit-a-patch.txt

package info (click to toggle)
ray 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,128 kB
  • ctags: 6,125
  • sloc: cpp: 49,973; sh: 325; makefile: 278; python: 168
file content (24 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

If you want to contribute, clone the git repository, make changes
and I (Sébastien Boisvert) will pull from you after reviewing
the code changes. You can use "Fork/Pull request" on github for
that.

You can also submit a signed-off patch.

=== A good patch ===

A patch should:

- be concise
- address one issue/bug/feature (not many)
    (in that case, submit more than one patch)
- should compile cleanly with -std=c++98 (or -ansi) -Wall with g++


- should pass all system tests
- should pass all unit tests


Read http://www.kernel.org/doc/Documentation/SubmittingPatches to learn
more.