Skip to content

Commit

Permalink
SubmittingPatches: Rename to CONTRIBUTING.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
joestringer authored and blp committed Apr 10, 2014
1 parent 9661331 commit bee8387
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ DISTCLEANFILES =
PYCOV_CLEAN_FILES = build-aux/check-structs,cover
EXTRA_DIST = \
BUILD.Windows \
CONTRIBUTING \
CodingStyle \
DESIGN \
FAQ \
Expand All @@ -78,7 +79,6 @@ EXTRA_DIST = \
PORTING \
README-lisp \
REPORTING-BUGS \
SubmittingPatches \
WHY-OVS \
boot.sh \
build-aux/cccl \
Expand Down
2 changes: 1 addition & 1 deletion OPENFLOW-1.1+
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bee8387

Please sign in to comment.