This is an automated email from the ASF dual-hosted git repository. lidavidm pushed a commit to branch lidavidm-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
commit 940cfad2c8cc561329acbb23bba8da22a01126de Author: David Li <[email protected]> AuthorDate: Wed Jan 19 12:12:06 2022 -0500 Add missing C++ Cookbook link in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97e7ed1..d1f74a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ Any changes which add new code chunks or recipes must be tested when the `make t is run, please refer to the language specific cookbook contribution documentation for information on how to make your recipes testable. + * [Contributing to C++ Cookbook](cpp/CONTRIBUTING.md) * [Contributing to Python Cookbook](python/CONTRIBUTING.rst) * [Contributing to R Cookbook](r/CONTRIBUTING.md)
