From 01f0d0122e559a97ac9f5e0cd873f6292dbc79bd Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 13 May 2024 15:19:06 +1200 Subject: [PATCH] Add Getting help section to README (#148) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d0fc1d3..02773f2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ The wrapper has two components: This wrapper is maintained by the JuMP community and is not a COIN-OR project. +## Getting help + +If you need help, please ask a question on the [JuMP community forum](https://jump.dev/forum). + +If you have a reproducible example of a bug, please [open a GitHub issue](https://github.com/jump-dev/Clp.jl/issues/new). + ## License `Clp.jl` is licensed under the [MIT License](https://github.com/jump-dev/Clp.jl/blob/master/LICENSE.md).