From 1534fe8082f6edd68be3fb960606a0e2fa87a116 Mon Sep 17 00:00:00 2001 From: alainfrisch Date: Wed, 9 Dec 2015 13:54:20 +0100 Subject: [PATCH] Adapt contribution guidelines to the fact that the manual is now part of the main repository. --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85d1af61f..f24766866 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,10 +142,9 @@ better than adding redundant explanations.) Changes affecting the compiler libraries should be reflected in the documentation comments of the relevant `.mli` files. -For changes affecting the OCaml Reference Manual (in particular any -change in the surface language), you should also prepare a merge -request against the manual repository, -. +It is recommended to included changes to the OCaml Reference Manual +(in particular for any change in the surface language), which is now +part of the main repository (under `manual/`). Finally, changes in command-line options should be integrated in the manual, but also in the man pages present in the `man/` sub-directory