mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00
Fix more errors
This commit is contained in:
@@ -40,9 +40,11 @@ If there's agreement that the feature belongs in one or more of the core stacks:
|
||||
2. Please build the image locally before submitting a pull request. Building the image locally
|
||||
shortens the debugging cycle by taking some load off GitHub Actions, which graciously provide
|
||||
free build services for open source projects like this one. If you use `make`, call:
|
||||
|
||||
```bash
|
||||
make build/somestack-notebook
|
||||
```
|
||||
|
||||
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.
|
||||
4. Watch for GitHub to report a build success or failure for your PR on GitHub.
|
||||
|
@@ -16,9 +16,11 @@ Please follow the process below to update a package version:
|
||||
3. Please build the image locally before submitting a pull request. Building the image locally
|
||||
shortens the debugging cycle by taking some load off GitHub Actions, which graciously provide
|
||||
free build services for open source projects like this one. If you use `make`, call:
|
||||
|
||||
```bash
|
||||
make build/somestack-notebook
|
||||
```
|
||||
|
||||
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.
|
||||
5. Watch for GitHub to report a build success or failure for your PR on GitHub.
|
||||
|
@@ -23,10 +23,12 @@ Please follow the process below to add new tests:
|
||||
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.
|
||||
3. Build one or more images you intend to test and run the tests locally. If you use `make`, call:
|
||||
|
||||
```bash
|
||||
make build/somestack-notebook
|
||||
make test/somestack-notebook
|
||||
```
|
||||
|
||||
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.
|
||||
5. Watch for GitHub to report a build success or failure for your PR on GitHub.
|
||||
|
Reference in New Issue
Block a user