diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-03 15:39:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-04 06:47:41 +0900 |
commit | 4d678d81a73935390ecd080e891a17f551ef628d (patch) | |
tree | 7e51c492949c7d17bf88a8dbeb367173dcaf16d7 /SubmittingPatches | |
parent | 4dcda4e47e5c86a254a9cd57d9c0f90aa93c8020 (diff) |
doc: rename SubmittingPatches to SubmittingPatches.rst
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'SubmittingPatches')
-rw-r--r-- | SubmittingPatches | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/SubmittingPatches b/SubmittingPatches deleted file mode 100644 index 6874e417..00000000 --- a/SubmittingPatches +++ /dev/null @@ -1,22 +0,0 @@ -******************************* -How to Get Your Change Into Ryu -******************************* - -Submitting a change -=================== - -Send patches to ryu-devel@list.sourceforge.net. Please don't use 'pull -request' on github. We expect you to send a patch in Linux kernel -development style. If you are not familiar with it, please read the -following document: - -http://lxr.linux.no/source/Documentation/SubmittingPatches - -Please check your changes with pep8 and run unittests to make sure -that they don't break the existing features. The following command -does both for you: - -fujita@rose:~/git/ryu$ ./run_tests.sh - -Of course, you are encouraged to add unittests when you add new -features (it's not a must though). |