From 73a39c8e2e8de37fa08f8810590f44fec278a5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sat, 6 Jul 2013 14:02:16 +0200 Subject: [PATCH 1/6] activate travis for a fork --- CONTRIBUTING.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 38ec8e4b..6c5c8b58 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -154,6 +154,19 @@ detailing the test coverage:: skimage/filter/__init__ 1 1 100% ... +Activate Travis for your fork (optional) +---------------------------------------- + +Travis checks all unittests in the project to prevent breakage. + +Before sending a pull request, you may want to check that Travis successfully +passes all tests. To do so, you can follow step one and two in +`Travis documentation __ +(Step three is already done in scikit-image). + +Thus, as soon as you push your code to your fork, it will triger Travis, +and you will receive an email notification when the process is done. + Bugs ---- From c47aa27cc5effde24b9b5e76b5f8603553bdb6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 7 Jul 2013 19:24:17 +0200 Subject: [PATCH 2/6] typo --- CONTRIBUTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 6c5c8b58..afa20020 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -164,7 +164,7 @@ passes all tests. To do so, you can follow step one and two in `Travis documentation __ (Step three is already done in scikit-image). -Thus, as soon as you push your code to your fork, it will triger Travis, +Thus, as soon as you push your code to your fork, it will trigger Travis, and you will receive an email notification when the process is done. Bugs From 4e0440d13f22a613b7cdce53585ff0013eb552a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Mon, 8 Jul 2013 18:02:11 +0200 Subject: [PATCH 3/6] detailed procedure --- CONTRIBUTING.txt | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index afa20020..20e6cff0 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -154,17 +154,25 @@ detailing the test coverage:: skimage/filter/__init__ 1 1 100% ... -Activate Travis for your fork (optional) +Activate Travis-ci for your fork (optional) ---------------------------------------- -Travis checks all unittests in the project to prevent breakage. +Travis-ci checks all unittests in the project to prevent breakage. -Before sending a pull request, you may want to check that Travis successfully -passes all tests. To do so, you can follow step one and two in -`Travis documentation __ +Before sending a pull request, you may want to check that Travis-ci +successfully passes all tests. To do so, + + * Go to `Travis-ci `__ and follow the Sign In link at the top:: + + * Go to your `profile page `__ + + * Switch on your scikit-image fork + +It corresponds to steps one and two in +`Travis-ci documentation `__ (Step three is already done in scikit-image). -Thus, as soon as you push your code to your fork, it will trigger Travis, +Thus, as soon as you push your code to your fork, it will trigger Travis-ci, and you will receive an email notification when the process is done. Bugs From e7f9e673ac8166037d3b054e066fe5f72441fc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 10 Jul 2013 18:51:18 +0200 Subject: [PATCH 4/6] minor modifications --- CONTRIBUTING.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 20e6cff0..331b4ed8 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -154,25 +154,24 @@ detailing the test coverage:: skimage/filter/__init__ 1 1 100% ... -Activate Travis-ci for your fork (optional) ----------------------------------------- +Activate Travis-CI for your fork (optional) +------------------------------------------- -Travis-ci checks all unittests in the project to prevent breakage. +Travis-CI checks all unittests in the project to prevent breakage. -Before sending a pull request, you may want to check that Travis-ci +Before sending a pull request, you may want to check that Travis-CI successfully passes all tests. To do so, - * Go to `Travis-ci `__ and follow the Sign In link at the top:: + * Go to `Travis-CI `__ and follow the Sign In link at the top - * Go to your `profile page `__ - - * Switch on your scikit-image fork + * Go to your `profile page `__ and switch on your + scikit-image fork It corresponds to steps one and two in -`Travis-ci documentation `__ +`Travis-CI documentation `__ (Step three is already done in scikit-image). -Thus, as soon as you push your code to your fork, it will trigger Travis-ci, +Thus, as soon as you push your code to your fork, it will trigger Travis-CI, and you will receive an email notification when the process is done. Bugs From 0c2f0dc532622bb9bb86c66eb6cdb86357f8ca98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 25 Aug 2013 10:34:25 +0200 Subject: [PATCH 5/6] Review the procedure --- CONTRIBUTING.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 331b4ed8..d6e2746f 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -167,6 +167,8 @@ successfully passes all tests. To do so, * Go to your `profile page `__ and switch on your scikit-image fork + * Go to your scikit-image fork on github, and activate the travis-ci's hook in settings. + It corresponds to steps one and two in `Travis-CI documentation `__ (Step three is already done in scikit-image). From 944b45ad693f9156a3392ec8410d61ccc7999a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 25 Aug 2013 12:01:35 +0200 Subject: [PATCH 6/6] DOC: this step seems to be useless --- CONTRIBUTING.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index d6e2746f..331b4ed8 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -167,8 +167,6 @@ successfully passes all tests. To do so, * Go to your `profile page `__ and switch on your scikit-image fork - * Go to your scikit-image fork on github, and activate the travis-ci's hook in settings. - It corresponds to steps one and two in `Travis-CI documentation `__ (Step three is already done in scikit-image).