From bee83872cab0c76877de0d8d93847a03ddb10503 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Thu, 10 Apr 2014 16:57:51 +1200 Subject: [PATCH] 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 --- SubmittingPatches => CONTRIBUTING | 0 Makefile.am | 2 +- OPENFLOW-1.1+ | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename SubmittingPatches => CONTRIBUTING (100%) 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. -- 2.47.0