diff --git a/README.md b/README.md index d38205a..19a5c66 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,10 @@ using NLPModelsJuMP, Percival nlp = MathOptNLPModel(m) output = percival(nlp) ``` + +# Bug reports and discussions + +If you think you found a bug, feel free to open an [issue](https://github.com/JuliaSmoothOptimizers/Percival.jl/issues). +Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please. + +If you want to ask a question not suited for a bug report, feel free to start a discussion [here](https://github.com/JuliaSmoothOptimizers/Organization/discussions). This forum is for general discussion about this repository and the [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers), so questions about any of our packages are welcome.