From 26c70636f5c355fc7ec258f3fda813956f5786d3 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 7 Sep 2015 20:18:23 -0400 Subject: [PATCH] extend pull request checklist --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f56107e18..e1cd19331 100644 --- a/README.rst +++ b/README.rst @@ -51,4 +51,6 @@ When creating a pull request, please consider the following checklist: * if your patch is against the current stable release branch, please also forward-poret the patch to master (at the time of this writing, automatic merge in git does not work, possibly because the branch was created in svn) - +* if your patch adds a new .cpp file, please make sure it's added to the + appropriate ``Jamfile``, ``Makefile.am`` and ``CMakeList.txt``. If it's adding + a header file, make sure it's added to ``include/libtorrent/Makefile,am``.