Skip to content

Commit 3ffff36

Browse files
authored
Add Getting help section to README (#560)
1 parent cfe3695 commit 3ffff36

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ It has two components:
1515

1616
This wrapper is maintained by the JuMP community with help from Gurobi.
1717

18-
If you encounter a problem with this interface, please either open an issue in
19-
this repository directly or create a topic in the [Julia Discourse](https://discourse.julialang.org/c/domain/opt/13)
20-
with the [`gurobi` tag](https://discourse.julialang.org/tag/gurobi).
18+
## Getting help
2119

22-
If you encounter a problem with the Gurobi solver, please post in Gurobi’s
23-
[Community Forum](https://support.gurobi.com/hc/en-us/community/topics), or if
24-
you are a commercial customer, please contact Gurobi directly through the
20+
If you are a commercial customer, please contact Gurobi directly through the
2521
[Gurobi Help Center](https://support.gurobi.com/hc/en-us).
2622

23+
Otherwise, you should ask a question on the [JuMP community forum](https://jump.dev/forum).
24+
with the [`gurobi` tag](https://discourse.julialang.org/tag/gurobi), or post in
25+
Gurobi’s [Community Forum](https://support.gurobi.com/hc/en-us/community/topics)
26+
27+
If you have a reproducible example of a bug, please [open a GitHub issue](https://github.com/jump-dev/Gurobi.jl/issues/new).
28+
2729
## License
2830

2931
`Gurobi.jl` is licensed under the [MIT License](https://github.com/jump-dev/Gurobi.jl/blob/master/LICENSE.md).

0 commit comments

Comments
 (0)