From: Joe Stringer Date: Thu, 10 Apr 2014 04:57:51 +0000 (+1200) Subject: SubmittingPatches: Rename to CONTRIBUTING. X-Git-Tag: sliver-openvswitch-2.2.90-1~5^2 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=bee83872cab0c76877de0d8d93847a03ddb10503 SubmittingPatches: Rename to CONTRIBUTING. This makes the GitHub interface aware of the contribution guidelines, so it will be displayed to contributors when they submit issues or pull requests. Signed-off-by: Joe Stringer Signed-off-by: Ben Pfaff --- diff --git a/SubmittingPatches b/CONTRIBUTING similarity index 100% rename from SubmittingPatches rename to CONTRIBUTING diff --git a/Makefile.am b/Makefile.am index 903938921..e9ca26a43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ DISTCLEANFILES = PYCOV_CLEAN_FILES = build-aux/check-structs,cover EXTRA_DIST = \ BUILD.Windows \ + CONTRIBUTING \ CodingStyle \ DESIGN \ FAQ \ @@ -78,7 +79,6 @@ EXTRA_DIST = \ PORTING \ README-lisp \ REPORTING-BUGS \ - SubmittingPatches \ WHY-OVS \ boot.sh \ build-aux/cccl \ diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index b60b8c1ad..1789f179a 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -237,7 +237,7 @@ Please consider the following: * Coding style (see the CodingStyle file at the top of the source tree). - * The patch submission guidelines (see SubmittingPatches). I + * The patch submission guidelines (see CONTRIBUTING). I recommend using "git send-email", which automatically follows a lot of those guidelines.