Skip to content

Commit fd4d09b

Browse files
authored
Merge branch 'master' into patch-2
2 parents bbd2b97 + f9c990e commit fd4d09b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If there's agreement that the feature belongs in one or more of the core stacks:
2626
1. Implement the feature in a local clone of the `jupyter/docker-stacks` project.
2727
2. Please build the image locally before submitting a pull request. Building the image locally shortens the debugging cycle by taking some load off [Travis CI](http://travis-ci.org/), which graciously provides free build services for open source projects like this one. If you use `make`, call:
2828
```
29-
make image/somestack-notebook
29+
make build/somestack-notebook
3030
```
3131
3. [Submit a pull request](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) (PR) with your changes.
3232
4. Watch for Travis to report a build success or failure for your PR on GitHub.

docs/contributing/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please follow the process below to update a package version:
88
2. Adjust the version number for the package. We prefer to pin the major and minor version number of packages so as to minimize rebuild side-effects when users submit pull requests (PRs). For example, you'll find the Jupyter Notebook package, `notebook`, installed using conda with `notebook=5.4.*`.
99
3. Please build the image locally before submitting a pull request. Building the image locally shortens the debugging cycle by taking some load off [Travis CI](http://travis-ci.org/), which graciously provides free build services for open source projects like this one. If you use `make`, call:
1010
```
11-
make image/somestack-notebook
11+
make build/somestack-notebook
1212
```
1313
4. [Submit a pull request](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) (PR) with your changes.
1414
5. Watch for Travis to report a build success or failure for your PR on GitHub.

docs/contributing/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please follow the process below to add new tests:
1414
2. If your test should run against a single image, add your test code to one of the modules in `some-notebook/test/` or create a new module.
1515
3. Build one or more images you intend to test and run the tests locally. If you use `make`, call:
1616
```
17-
make image/somestack-notebook
17+
make build/somestack-notebook
1818
make test/somestack-notebook
1919
```
2020
4. [Submit a pull request](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) (PR) with your changes.

0 commit comments

Comments
 (0)