Signed-off-by: FUJITA Tomonori <[email protected]> --- SubmittingPatches | 22 ---------------------- SubmittingPatches.rst | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 SubmittingPatches create mode 100644 SubmittingPatches.rst
diff --git a/SubmittingPatches b/SubmittingPatches deleted file mode 100644 index 6874e41..0000000 --- a/SubmittingPatches +++ /dev/null @@ -1,22 +0,0 @@ -******************************* -How to Get Your Change Into Ryu -******************************* - -Submitting a change -=================== - -Send patches to [email protected]. 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). diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst new file mode 100644 index 0000000..6874e41 --- /dev/null +++ b/SubmittingPatches.rst @@ -0,0 +1,22 @@ +******************************* +How to Get Your Change Into Ryu +******************************* + +Submitting a change +=================== + +Send patches to [email protected]. 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). -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
