Reword the section on bug reporting.

This commit is contained in:
Sergiu Ivanov 2021-10-10 17:35:06 +02:00
parent 9a1756d956
commit bfa5509d09
1 changed files with 3 additions and 4 deletions

View File

@ -20,10 +20,9 @@ Racket yet.
@section{Bug reporting} @section{Bug reporting}
When encountering a bug, please strip the type annotations and try the If you find a bug, first try running your code directly with the graph library,
resulting code with the generic graph library, without this interface. If you in untyped Racket. If the bug persists, you should probably report it to the
can reproduce the bug, then you should probably report it to the maintainer of maintainer of the graph library directly. If unsure, report the bug to me.
the graph library directly. If not or if unsure, feel free to report it to me.
@section{Contributing} @section{Contributing}