Fix more errors

This commit is contained in:
Ayaz Salikhov
2021-05-01 13:09:26 +03:00
parent c2031e2a4a
commit 09db3a4c16
5 changed files with 10 additions and 0 deletions

View File

@@ -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.