SubmittingPatches: Rename to CONTRIBUTING.
authorJoe Stringer <joestringer@nicira.com>
Thu, 10 Apr 2014 04:57:51 +0000 (16:57 +1200)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Apr 2014 15:23:57 +0000 (08:23 -0700)
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 <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
CONTRIBUTING [moved from SubmittingPatches with 100% similarity]
Makefile.am
OPENFLOW-1.1+

similarity index 100%
rename from SubmittingPatches
rename to CONTRIBUTING
index 9039389..e9ca26a 100644 (file)
@@ -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 \
index b60b8c1..1789f17 100644 (file)
@@ -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.