From 7707b702df7cd87ae24c9c4a65ac7371065d4d91 Mon Sep 17 00:00:00 2001 From: Viacheslav Borovitskiy Date: Sun, 16 Nov 2025 17:37:33 +0000 Subject: [PATCH] Added a link to a pull request example Signed-off-by: Viacheslav Borovitskiy --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b0fe75..5c5e4ae4 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,10 @@ The documentation for GeometricKernels is available on a [separate website](http ## For development and running the tests -If you want to contribute to the library, thank you! Follow these instructions to set up the environment and run the tests and the code formatting. +If you want to contribute to the library, thank you! +[Here](https://github.com/geometric-kernels/GeometricKernels/pull/141) you can find a good example of a pull request to GeometricKernels. + +You can follow the instructions bellow to set up the environment and run the tests and the code formatting. Initialize the virtual environment.