How to contribute to fastai2 repo: Found a bug and the fix, now what?

I’m looking at

In general, is there a centralised location for bug reports?

So I assume that the point
Checkout to new feature branch (this is where new feature/bug-fix should be made)
git checkout -b <enter--relevant-feature-branch-name>

Does not apply here.