/usr/share/doc/ray/Documentation/Submit-a-patch.txt is in ray-doc 2.3.1-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 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.
|