From c808ec00ba62d0ecbfbf2c3b880ccac4cea18a7b Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Mon, 22 Apr 2013 14:24:44 +0200 Subject: [PATCH] DOC PR means pull request In response to #1882. --- doc/developers/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index 018070f1653..f7c385dde81 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -61,7 +61,8 @@ How to contribute ----------------- The preferred way to contribute to scikit-learn is to fork the `main -repository `__ on GitHub: +repository `__ on GitHub, +then submit a "pull request" (PR): 1. `Create an account `_ on GitHub if you do not already have one.